Remove the instuctor's presentation mode
Reason: RISE only works in the older Jupyter Notebook app and not in the more commonly used JupyterLab app
This commit is contained in:
parent
da43bc3d97
commit
110bb3b38e
2 changed files with 1 additions and 31 deletions
|
|
@ -46,11 +46,6 @@ 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(venv_backend="none")
|
||||
def doctests(session):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue