We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the README, we have this recommendation for installing to use with JupyterLab:
jupyter labextension install ipysplitpanes
But when I use that, I get:
An error occured. ValueError: "ipysplitpanes" is not a valid npm package
I have the following software stack: jupyter core : 4.7.1 jupyter-notebook : 6.2.0 qtconsole : not installed ipython : 7.21.0 ipykernel : 5.5.0 jupyter client : 6.1.12 jupyter lab : 3.0.11 nbconvert : 6.0.7 ipywidgets : 7.6.3 nbformat : 5.1.2 traitlets : 5.0.5
Any recommendations on how to get passed this? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the README, we have this recommendation for installing to use with JupyterLab:
But when I use that, I get:
I have the following software stack:
jupyter core : 4.7.1
jupyter-notebook : 6.2.0
qtconsole : not installed
ipython : 7.21.0
ipykernel : 5.5.0
jupyter client : 6.1.12
jupyter lab : 3.0.11
nbconvert : 6.0.7
ipywidgets : 7.6.3
nbformat : 5.1.2
traitlets : 5.0.5
Any recommendations on how to get passed this? Thanks!
The text was updated successfully, but these errors were encountered: