Skip to content

How to add NotebookApp component in a react app? #5539

Answered by captainsafia
pragyagarg642 asked this question in Q&A
Discussion options

You must be logged in to vote

@pragyagarg642 Document is ongoing for this. I'd recommend reviewing the content over at docs.nteract.io to build a general understanding of the components.

I'd also take a look at web app implementation in https://github.com/nteract/nteract/tree/main/applications/web for guidance.

How to configure redux store?

https://github.com/nteract/nteract/blob/main/applications/web/redux/store.ts is a helpful example for this.

How to configure kernels?

You'll need to have a Jupyter server that users can connect to. After that, it's a mix of using the FETCH_KERNELSPECS actions to get the available kernels and the LAUNCH_KERNEL_BY_NAME actions to use them.

How to sync state between notebook and …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@pragyagarg642
Comment options

@pragyagarg642
Comment options

@captainsafia
Comment options

@pragyagarg642
Comment options

Answer selected by pragyagarg642
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5537 on May 13, 2021 22:53.