-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipympl-0.5.8 creating troubles with Jupyterlab-3.0.0rc1 #268
Comments
Would you mind clearly explaining the steps as to how you are installing ipympl? |
minimal steps should be :
and then last line points the "lab" problem if I pre-check "jupyter labextension list":
|
with:
|
AFAIK this is correct in the current state of ipympl. We need to update ipympl for it to support the new JupyterLab extension system. |
You can update to support the new extension system, but if time is tight, you can also just update package versions like previous jlab upgrades. The 1.x/2.x extension system is still available as well. |
I'll try to take time this week for updating to the new extension system, thanks @jasongrout. Is this PR ready? jupyter-widgets/widget-ts-cookiecutter#83 Can I use it as an example for the update? |
Looks like this is still a relevant issue @jasongrout do you have a sense what would be the best package versions to update to, or ideas where to look to find this? |
I suppose the best approach for you would be to wait for JupyterLab 3 to be officially released. I made a PR updating ipympl for JupyterLab 3: #272. I plan on merging it and releasing ipympl when JupyterLab 3 is out. |
@martinRenou fyi, jupyterlab 3.0.0 is officially released on dec 23: https://www.npmjs.com/package/@jupyterlab/application |
This is the same issue as #281 , which will probably attract more attention since it references the error most people will see as they upgrade to juplab 3, might be worth closing this one? |
using latest jupyterlab-3.0.0.rc, i do but:
. jupyter.exe nbextension enable --py --sys-prefix ipympl
. jupyter-matplotlib-0.7.4.tgz appears
. jupyterlab-3.0.0rc1 asks my to rebuild lab (which is uncorrect in jupyterlab-3)
. even If I didn't do Jupyter labextension install jupyter-matplotlib
I'm lost in searching for a solution
The text was updated successfully, but these errors were encountered: