Eric Charles
Eric Charles
It should work, but I have not tried it.
any (ui or server) extension running on notebook should work also on nbclassic. Some commands have been renamed (we need to document that) - https://github.com/jupyter/nbclassic/blob/60e5ee831e27bb6e5c5bd52cce3d993b4542e919/setup.cfg#L82-L85 Other useful content is on...
We try to maintain status-quo and not change if it is not needed. What would font-awesome 6 bring?
`.py` opens fine for me on nbclassic. Can you bring more details on how you are using jupytext and how you come to a download? Thx.
There may be side-effects due to jupyterlab or jupytext, not sure. I have double checked and Firefox on MacOs opens correctly the py files. `jupyter labextensions` is for jupyterlab, for...
We had similar report in https://github.com/jupyter/nbclassic/issues/248 although the root cause in that case was a missing npm tool. I see in your log that npm is there. I don't think...
Thx for opening this @c0d3rman. This is a very interesting requirement I have been playing with yesterday as having to deeal with a long running cell execution - e.g. JupyterLab...
@cailiang9 Thx for opening this PR. Could you create an issue where this feature would be discussed? I kind of understand the intent, but it would be great to have...
I am trying to reproduce this but can only get one output_subarea.
The sort logic is no more in nbclassic and implemented in notebook_shim https://github.com/jupyter/notebook_shim/blob/189915e9ff4b1c926c9439211fdf7f6767c1bb77/notebook_shim/nbserver.py#L84-L92 Should this issue be transferred to `notebook_shim`? Also I wonder if the `def _link_jupyter_server_extension(serverapp)` is even used...