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
Many of the examples do not run on binder as it missing key dependencies such as numpy and matplotlib
numpy
matplotlib
As far as I can tell there are no files in the repo that give binder any dependencies, it just uses setup.py to install ipywidgets
The fix is to make a .binder directory, perhaps inspired by https://github.com/jupyterlab/jupyterlab-demo/tree/lab3
.binder
Go to binder and try to run the Lorenz example
The text was updated successfully, but these errors were encountered:
This might be fixed by #2701
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Many of the examples do not run on binder as it missing key dependencies such as
numpy
andmatplotlib
As far as I can tell there are no files in the repo that give binder any dependencies, it just uses setup.py to install ipywidgets
The fix is to make a
.binder
directory, perhaps inspired by https://github.com/jupyterlab/jupyterlab-demo/tree/lab3Reproduce
Go to binder and try to run the Lorenz example
The text was updated successfully, but these errors were encountered: