tzaffi / nblite-pyscript

A demo of Eduardo's NBLite pyscript app

Home Page:https://tzaffi.github.io/nblite-pyscript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBLite: Minimalistic ClientSide Notebooks

A fork of: https://eduardobonet.gitlab.io/nblite/ for educational purposes.

example

NBLite is a proof of concept that creates a client side runnable version of a notebook, adding minimal styling and content, with the goal of exploring PyScript.

NBLite parses a notebook, creates the HTML, identifies the depedencies with 60 lines of javascript.

Consideration

If you use this project, please credit it back to the original author, Eduardo Bonet.

Opening local files

To open a notebook locally, you will need to run your browser with CORS disabled:

About

A demo of Eduardo's NBLite pyscript app

https://tzaffi.github.io/nblite-pyscript/


Languages

Language:Jupyter Notebook 79.4%Language:JavaScript 11.9%Language:HTML 5.1%Language:CSS 3.7%