dataiku / dataiku/dss-integration-vscode

Dataiku Design Node Jupyter Server URI for VS code running outside Dataiku

Open
#29 0 comments 0 reactions 0 assignees View on GitHub

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:

  1. on the cloud instance run:
    1. jupyter lab --ip=<cloud.instance.ip.address> --allow_remote_access=true --browser=False,
    2. jupyter lab list to get the Jupyter Server URI in the http(s)://<server:port>/?token=******** format
  2. In VS Code
    1. run ctrl+shift+p
    2. select Jupyter: Specify Jupyter Server for Connections
    3. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.