Dear all,
I am working on a conda distribution of sage with jupyter lab. My conda environnement is only:
name: jupyter-sage
channels:
- conda-forge
dependencies:
- jupyterlab
- sage
It works fine. I can launch it with "jupyter lab" or "sage --notebook=jupyterlab". I noticed that I had access to a bunch of tutorial links in the help menu (which is great!) but somehow this menu appears and disappears in ways that I don't understand at all. Do you know how / when this menu appears?
I have attached two screenshots. The same worksheet with Sage kernel is opened in both. In one case, I have the menu, in the other not
(it looks like the menu appears when I first open the notebook but then, at some point, it just disappears and never comes back unless I restart jupyter lab entirely)
Best
Viviane