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:
Alexander Hess 2024-04-08 17:45:35 +02:00
commit 110bb3b38e
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 1 additions and 31 deletions

View file

@ -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):