You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Products under test
Versions
Python
3.7.12 3.10.6 3.11.0
Robot Framework
4.1.3 6.0.1
Jupyter Notebook Classic
6.5.2
JupyterLab
1.2.21 2.3.2 3.5.2
Jupyter Server
1.21.0 1.23.4 2.0.6
supports robotframework 6
drops support for robotframework 3
tests jupyter_server 2
to account for some deprecations, the app name may need to be set
when starting a managed Jupyter/notebook server
the new keywords Set Default Jupyter App and Get Jupyter App Name
allow for changing auto-detection based on CLI command
an environment variable %{JUPYTER_LIBRARY_APP} (default: NotebookApp)
can be set to ServerApp for when combinations of notebook, nbclassic, jupyter_server and jupyterlab break autodetection.