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

[Frontend][Lab] Explore creating a JupyterLab extension #5

Open
stevenstetzler opened this issue Jul 28, 2020 · 2 comments
Open

[Frontend][Lab] Explore creating a JupyterLab extension #5

stevenstetzler opened this issue Jul 28, 2020 · 2 comments
Labels
Lab Lab extension issues/changes

Comments

@stevenstetzler
Copy link
Member

We'd like to extend both the Jupyter Notebook and Jupyter Lab. We've discussed using React in the lab extension.

@stevenstetzler stevenstetzler added the Lab Lab extension issues/changes label Jul 28, 2020
@stevenstetzler
Copy link
Member Author

I found these resources for kernel communication in JupyterLab:

  1. https://groups.google.com/g/jupyter/c/feBOFnrtBCs, which references:
  2. https://github.com/twosigma/beakerx/blob/c629239ddb7219decd5a9df662c432ad6df5ef62/js/lab/src/plugin/comm.ts#L77 and
  3. https://github.com/twosigma/beakerx/blob/a19c30748d5e6d95db9f7be094bb73db2a8ec386/js/lab/src/plugin/comm.ts

It looks like Kernel communication can be done within a lab extension in a somewhat complicated way.

@stevenstetzler
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lab Lab extension issues/changes
Projects
None yet
Development

No branches or pull requests

1 participant