dataiku / dataiku/dss-integration-vscode
Dataiku Design Node Jupyter Server URI for VS code running outside Dataiku
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 2
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 1
Description
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:
- on the cloud instance run:
jupyter lab --ip=<cloud.instance.ip.address> --allow_remote_access=true --browser=False,jupyter lab listto get the Jupyter Server URI in thehttp(s)://<server:port>/?token=********format
- In VS Code
- run ctrl+shift+p
- select
Jupyter: Specify Jupyter Server for Connections - input the Jupyter Server URI
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 http(s)://<server:port>/?token=******** format?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating how this VS Code extension connects to Jupyter servers and how Dataiku Code Studio exposes them; done would mean confirming whether a usable server URI can be obtained and documenting or implementing the supported connection path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, python, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100