vyperlang / titanoboa

a vyper interpreter
https://titanoboa.readthedocs.io
Other
242 stars 41 forks source link

Clarify the need to install the Jupyter plugin #197

Closed DanielSchiavini closed 2 months ago

DanielSchiavini commented 3 months ago

Users that try to run jupyterlab locally get the error TimeoutError: Timeout waiting for response from RPC.

That is because they are missing the following line https://github.com/vyperlang/try.vyperlang.org/blob/63c9ec4985a0eb4190ab4a67b82b90e7d19bb210/notebook.Dockerfile#L13

We should clarify this and make sure that we improve the error message.