Jeremy Tuloup
Jeremy Tuloup
Experimenting a bit more with this, we could likely already improve the UX of the code console quite a bit with the following: - use a `SplitPanel` to position the...
> I also tried working around this by not using trusted publishing and instead providing a `PYPI_TOKEN` env variable to `finalize-release` but could not get that to work either. Interesting....
Thanks @MichalRIcar for the suggestion. This is a feature that exists in JupyterLab. For now Notebook 7 does not implement it but it could be considered. Or maybe you would...
If someone would like to give a shot at implementing this feature, please feel free! Happy to provide some help and guidance.
Thanks @dwmit! To achieve layout restoration, Jupyter Notebook would probably have to include a `ILayoutRestorer`, similar to the one in JupyterLab: https://github.com/jupyterlab/jupyterlab/blob/7de5d18738f49b1bc05856be1242065302c985ca/packages/application-extension/src/index.tsx#L836-L921 Not sure we'll be able to reuse the...
This still seems to be an issue in Notebook 7 and JupyterLab:  
Thanks @nishikantparmariam for reporting. cc @krassowski @echarles who might be more familiar with the kernel usage panel since it comes from https://github.com/Quansight/jupyterlab-kernel-usage
FYI @vivian-rook the extension examples repo contains a `hello-world` example, which may be good alternative to the extension tutorial: https://github.com/jupyterlab/extension-examples/tree/main/hello-world Just linking it here in case it could be useful...
For reference the `jupyter` metapackage seems to be quite popular:  https://pepy.tech/project/jupyter
cc @minrk @choldgraf since you both worked on https://github.com/jupyter/jupyter/pull/628. What would it take to make a new release of the `jupyter` metapackage, so it includes `jupyterlab` added in https://github.com/jupyter/jupyter/pull/615? Thanks...