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
Hello, I followed the steps provided for dev installation, bud widget fails in display
$ git clone https://github.com/QuantStack/ipytree.git $ cd ipytree $ pip install -e . $ jupyter nbextension install --py --symlink --sys-prefix ipytree $ jupyter nbextension enable --py --sys-prefix ipytree
The error log says:
Failed to load model class 'TreeModel' from module 'ipytree' Error: No version of module ipytree is registered
Could you have any idea what the problem is? I am on Windows 10, and have use Anacoda to set up the env. Using jupyter lab.
The text was updated successfully, but these errors were encountered:
Using jupyter lab
If you are using JupyterLab, you don't need to run any nbextension command.
nbextension
Instead you will need to run jupyter labextension develop . --overwrite from the root of the ipytree repo.
jupyter labextension develop . --overwrite
Sorry, something went wrong.
No branches or pull requests
Hello, I followed the steps provided for dev installation, bud widget fails in display
$ git clone https://github.com/QuantStack/ipytree.git
$ cd ipytree
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipytree
$ jupyter nbextension enable --py --sys-prefix ipytree
The error log says:
Could you have any idea what the problem is?
I am on Windows 10, and have use Anacoda to set up the env. Using jupyter lab.
The text was updated successfully, but these errors were encountered: