question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Embedding jupyterlite into a static site

See original GitHub issue

Hi! 👋🏽 From what I understand, this can be embedded into an existing project. Is this project similar in concept to jupyterlab in having reusable components like Consoles or File Browser?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

5reactions
jtpiocommented, Jun 3, 2021

Hi!

JupyterLite can definitely be embedded in an IFrame. As some point once the packages are published to npm, it will also be possible to reuse parts of JupyterLite in other applications.

Is this project similar in concept to jupyterlab in having reusable components like Consoles or File Browser?

In fact, JupyterLite reuses many plugins from JupyterLab as is, including the console-extension and filebrowser-extension.

4reactions
jtpiocommented, Jun 7, 2021

Does jupyterlite essentially mock a jupyter server to connect the client to to a kernel?

Pretty much yes. WebSocket and fetch are mocked / intercepted, and most of this logic is in https://github.com/jtpio/jupyterlite/tree/main/packages/server.

There is a diagram in this gist, which should be added to the documentation at some point:

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jupyter Everywhere. Easily embed a console, a notebook, or…
In a previous blog post, we announced JupyterLite, a JupyterLab distribution ... Let's say you already have a static website up and running....
Read more >
How to Embed Serverless Jupyter Notebooks on Any Website
The easiest way to create an embeddable notebook starts with Jupyterlite's demo Github repository. This repository has pre-built Github actions ...
Read more >
Embed Jupyter Notebook into static webpages locally - Medium
Lets see how to embed your Jupyter notebook into a static web page locally. Make sure you installed Jupyter notebook in your system....
Read more >
Deploy JupyterLite on a standalone server or locally
To build an empty site (just the JupyterLite static assets):. jupyter lite init. By default the JupyterLite website will be placed in the...
Read more >
Embed Interactive Jupyter Notebooks in Static Websites for Free
This is a step by step guide to embed Jupyter Notebooks in a static website. There is also an official tutorial available in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found