Skip to content
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

Warning or error message when buckaroo is run against notebook < 7.0 #65

Closed
paddymul opened this issue Oct 21, 2023 · 1 comment
Closed
Labels
bug Something isn't working packaging

Comments

@paddymul
Copy link
Owner

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

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.

@paddymul
Copy link
Owner Author

fixed by #130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working packaging
Projects
None yet
Development

No branches or pull requests

1 participant