Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on August 11, 2022 8:34PM
Likes: 1
Replies: 0
After reading this Knowledge Base article: How to Edit Dataiku Recipes and Plugins in Visual Studio Code, I was wondering how can I connect the Python+Jupyter extension for VS Code running on my local computer to use a Jupyter Server running on a Dataiku Design Node?
I do this all the time with generic could instances with python and jupyter installed. I simply do the following:
jupyter lab --ip=<cloud.instance.ip.address> --allow_remote_access=true --browser=False
jupyter lab list
http(s)://<server:port>/?token=********
Jupyter: Specify Jupyter Server for Connections
Then I can run python code from my local VS Code and the code executes in the Jupyter Server running on the Dataiku Design Node.
Is it possible to get the Jupyter Server URI with the for a Jupyter Server running in a Code Studio on the Dataiku Design Node in the following format
http(s)://<server:port>/?token=********
Thanks
(Topic title edited by moderator to be more descriptive.)