Mention nox and init task
This commit is contained in:
parent
0c754f1c7b
commit
955fb74673
2 changed files with 15 additions and 1 deletions
|
|
@ -39,6 +39,11 @@ def init_project(session):
|
|||
):
|
||||
session.run("poetry", "run", "pre-commit", "install", f"--hook-type={type_}")
|
||||
|
||||
# Copy the extensions' JavaScript and CSS files into Jupyter's search directory.
|
||||
session.run(
|
||||
"poetry", "run", "jupyter", "contrib", "nbextension", "install", "--user"
|
||||
)
|
||||
|
||||
|
||||
@nox.session(name="fix-branch-references", venv_backend="none")
|
||||
def fix_branch_references(_session):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue