-
Notifications
You must be signed in to change notification settings - Fork 0
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
It seems that an update broke nbproject on Google Vertex AI #214
Comments
It worked in #170 |
I tested nbproject 0.3.1 on the current Google Vertex and it shows similar problems as the current nbproject. Hence, it seems to be due to an update on GCP. |
Hm, the error is pretty strange, i will check. |
Very strange behavior indeed. The problem above is caused by ipylab not working, the notebook wasn't saved by the command and this is why nbproject read the unsaved empty notebook and threw the error. So we probably need to check at the beginning if ipylab works and treat the environment like classic notebooks if it doesn't. So this is an ipylab bug. And now it starts to be really strange. When i have only one notebook at the start of GCP environments for notebooks (or how these things are called?), then for the first notebook ipylab indeed didn't work. For all following notebooks ipylab and thus nbproject worked just fine with all interactive features. Then i deleted all created notebooks, and created a notebook again and again ipylab didn't work. But then again for all notebooks which i created after it started working again. So it seems that in some cases https://github.com/jtpio/ipylab/blob/main/examples/commands.ipynb |
0.5.1 should work for both user-managed and managed notebooks. |
This is great, Sergei! |
The text was updated successfully, but these errors were encountered: