Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/SOF-7235: Add extension to bridge data between host and JL #2

Merged
merged 25 commits into from
Jan 30, 2024

Conversation

VsevolodX
Copy link
Contributor

Adds:

  • extensions folder with data_bridge extension index.ts
  • setup.sh for prebuilt extension development setup
  • github action to build an extension

data = json.loads('${dataJson}')
`;

const currentWidget = app.shell.currentWidget;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a link to JupyterLab docs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


/**
* Initialization data for the data-bridge extension.
*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a link to Jupyter Lite docs that we followed here

);
};

//TODO: set type for data
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// pls

@timurbazhirov timurbazhirov merged commit 955849f into main Jan 30, 2024
1 check failed
@timurbazhirov timurbazhirov deleted the feature/SOF-7235 branch January 30, 2024 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants