https://github.com/phildini/hera
A desktop app for Jupyter Notebook
https://github.com/phildini/hera
jupyter python toga
Last synced: about 1 year ago
JSON representation
A desktop app for Jupyter Notebook
- Host: GitHub
- URL: https://github.com/phildini/hera
- Owner: phildini
- License: other
- Created: 2018-10-19T06:56:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:34:59.000Z (over 3 years ago)
- Last Synced: 2025-04-10T01:51:30.271Z (about 1 year ago)
- Topics: jupyter, python, toga
- Language: Python
- Size: 1.3 MB
- Stars: 33
- Watchers: 4
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hera - a desktop app for Jupyter
**THIS IS VERY ALPHA SOFTWARE.**
[Latest Release](https://github.com/phildini/hera/releases/latest)
**Hera** is a desktop app (currently only macOS) that opens Jupyter notebooks
(`.ipynb` files) as a standalone app. A major benefit of Hera is that there is
no need to install python, conda, or jupyter.
## Some caveats
- Right now, Hera only supports [classic Jupyter Notebook](https://github.com/jupyter/notebook).
No add-ons, extensions, or plugins are currently supported (although we'd
love to to support more)
- On first run of the app, you might need to right-click on the app and select
"Open" from the menu since we haven't registered as a macOS developer yet.
- THIS IS VERY ALPHA SOFTWARE. It works for me on my machine, and should work on
yours. We _want_ it work on yours, so please file bugs, but we make no promises
it does.
**This cross-platform app was generated by**
[Briefcase](https://github.com/pybee/briefcase) **- part of**
[The BeeWare Project](https://pybee.org/).
**If you want to see more tools like Briefcase, please consider**
[becoming a financial member of BeeWare](https://pybee.org/contributing/membership).
# Developer Notes
- Remember to `briefcase update -dr` after updating the pyproject.toml