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 is a long-term issue tracking the progress towards making JupyterLab the default frontend of the material. It is continuously udpated when new problems arise.
Technically, switching to JupyterLab is easy: Starting jupyter lab instead of jupyter notebook (after install the jupyterlab package) does the trick. There are however some minor and major complications:
Major things to take care of (blockers for the transition):
Increase the size of the Doxygen documentation - it gets rendered inline and is very small.
Make sure that the exercise/solution extension we use is compatible with JupyterLab
Here are some minor things to fix when transitioning:
Make the Docker image use Jupyter Lab
The VTKWriter rich display link does not work, as it tries to open the file within JupyterLab - which is unsupported.
The text was updated successfully, but these errors were encountered:
This is a long-term issue tracking the progress towards making JupyterLab the default frontend of the material. It is continuously udpated when new problems arise.
Technically, switching to JupyterLab is easy: Starting
jupyter lab
instead ofjupyter notebook
(after install thejupyterlab
package) does the trick. There are however some minor and major complications:Major things to take care of (blockers for the transition):
Here are some minor things to fix when transitioning:
The text was updated successfully, but these errors were encountered: