Skip to content

chmac/nb-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

nb-web

A (currently extremely crude and ugly) web based version of nb.

  • Currently read-only

Instructions

  • To get started, load the app.
  • It will ask for a URL via a pop up
    • Enter a valid git URL
    • You probably need to include authentication
    • For example https://user:pass@host/user/repo.git
    • The repo must return proper CORS headers
      • Unfortunately this excludes GitHub, GitLab, and some others
      • Gitea can have CORS headers enabled and works great
  • Click the clone button, wait for the success alert
  • Click the "Load notebook" button to see the notebook
  • Click on a note to load it or a folder to navigate to it

Please feel free to file an issue if you hit any problems.

Development

The code lives in app/, it was created with create-react-app, and is in TypeScript.

About

A client side web app to view nb notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published