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
I cannot get the default code to run in Jupyter lab. However it shows up just fine in Jupyter notebook.
I copied the cookie cutter to my local machine and then ran the below to install:
pip install -e . jlpm build jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build jupyter labextension install .
I made no changes to the source files. However the example does not work in Jupyter lab for me
My JS console in browser has the following errors about model not found:
Did I set it up wrong somehow or is this an issue with the cookie cutter? Thanks for the help!
The text was updated successfully, but these errors were encountered:
This has not yet been updated for JupyterLab 3. That discussion and PR is over in #83 - help finishing that PR would be very welcome!
Sorry, something went wrong.
Ah didn't realize that wasn't merged in yet. Working great with jl2. Thanks!
I've been experiencing this issue as well. Have there been any updates?
No branches or pull requests
I cannot get the default code to run in Jupyter lab. However it shows up just fine in Jupyter notebook.
Description
I copied the cookie cutter to my local machine and then ran the below to install:
I made no changes to the source files. However the example does not work in Jupyter lab for me
My JS console in browser has the following errors about model not found:
Did I set it up wrong somehow or is this an issue with the cookie cutter? Thanks for the help!
OS
The text was updated successfully, but these errors were encountered: