An open API service indexing awesome lists of open source software.

https://github.com/onlyphantom/nblite-pyscript

A demo of Eduardo's NBLite pyscript app
https://github.com/onlyphantom/nblite-pyscript

Last synced: 10 months ago
JSON representation

A demo of Eduardo's NBLite pyscript app

Awesome Lists containing this project

README

          

# NBLite: Minimalistic ClientSide Notebooks

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

![example](./img/example.png)

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:

- [Instruction on opening Chrome without CORS](https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome)