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
- Host: GitHub
- URL: https://github.com/onlyphantom/nblite-pyscript
- Owner: onlyphantom
- Created: 2022-05-05T09:27:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T10:15:42.000Z (almost 4 years ago)
- Last Synced: 2025-04-19T21:03:20.399Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 442 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# NBLite: Minimalistic ClientSide Notebooks
A fork of: https://eduardobonet.gitlab.io/nblite/ for educational purposes.

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)