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
Buckaroo requires jupyterlab > 3.6 (3.6 or 4.0) or notebook > 7.0
I think that users occasionally run into bugs running against the wrong environment.
the pyproject.toml should be double checked and a special error/warning added to buckaroo/__init__.py
pyproject.toml
buckaroo/__init__.py
I'm not sure how to test if code is being executed in the notebook vs being executed in jupyterlab.
It should be ok to have an environment with jupyterlab 3.6, and notebook 6.5... as long as buckaroo is only tried in jupyterlab.
The text was updated successfully, but these errors were encountered:
fixed by #130
Sorry, something went wrong.
No branches or pull requests
Buckaroo requires jupyterlab > 3.6 (3.6 or 4.0)
or notebook > 7.0
I think that users occasionally run into bugs running against the wrong environment.
the
pyproject.toml
should be double checkedand a special error/warning added to
buckaroo/__init__.py
I'm not sure how to test if code is being executed in the notebook vs being executed in jupyterlab.
It should be ok to have an environment with jupyterlab 3.6, and notebook 6.5... as long as buckaroo is only tried in jupyterlab.
The text was updated successfully, but these errors were encountered: