-
Notifications
You must be signed in to change notification settings - Fork 79
Issue installing datalab jupyter extension #691
Comments
I have the same problem trying to run in in Google Colab. |
For Colab it should be sufficient to just do
But that should not be needed to use the Python code. |
@blois if I run this command without
and get the same Here is an example notebook: https://colab.research.google.com/drive/1Vii3jmQq2uqnmqS1DBvuY2qky28fzRKi |
Colab does not load nbextensions at startup so nbextension enable will have no effect there. Is there something in particular that you are trying to do? |
I'm just trying to load the datalab extension/library to use the Is it possible to use this pydatalab library in Jupyter in general and in Colab in particular without all the special Datalab runtime? (I'm new to all this stuff, so I wouldn't be surprised if my question doesn't make sense) |
An alternative is to use the This will work in Jupyter and Colab. An example in Colab is https://colab.research.google.com/notebooks/bigquery.ipynb |
Well, thanks, but this thing is very primitive compared to the |
Agree, whilst the google.cloud.bigquery library has some advantages, the magics are substantially inferior. |
Hello,
I am trying to install the jupyter extension based on the instructions in the README file; the installation works, but running the "enable" command is failing with the error trace shown below. What may I be missing?
The text was updated successfully, but these errors were encountered: