File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 22
33[ ![ GitHub release] ( https://img.shields.io/github/release/uetchy/juno.svg?maxAge=2592000 )] ( https://github.com/uetchy/juno/releases/latest ) [ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/uetchy/juno/master/LICENSE ) [ ![ GitHub stars] ( https://img.shields.io/github/stars/uetchy/juno.svg )] ( https://github.com/uetchy/juno/stargazers ) [ ![ GitHub issues] ( https://img.shields.io/github/issues/uetchy/juno.svg )] ( https://github.com/uetchy/juno/issues ) [ ![ Join the chat at https://gitter.im/uetchy/juno ] ( https://badges.gitter.im/uetchy/juno.svg )] ( https://gitter.im/uetchy/juno?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge ) [ ![ Twitter] ( https://img.shields.io/twitter/url/http/github.com/uetchy/juno.svg?style=social )] (https://twitter.com/intent/tweet?text=uetchy/juno – Jupyter Notebook stays on macOS menubar.&url=https://github.com/uetchy/juno )
44
5- Jupyter Notebook stays on macOS menubar.
5+ Jupyter Notebook stays on macOS menubar. Powered by Electron.
66
77![ ] ( http://randompaper.co.s3.amazonaws.com/juno/screenshot.png )
88
@@ -14,10 +14,19 @@ See [releases](https://github.com/uetchy/juno/releases) and download the app.
1414
1515- macOS
1616
17- ## Technology
17+ ## Requirements
1818
19- - NodeJS
20- - Electron
19+ - Jupyter Notebook
20+
21+ ### How to install Jupyter Notebbok
22+
23+ ```
24+ $ brew install pyenv
25+ $ pyenv install miniconda3-latest
26+ $ pyenv global miniconda3-latest
27+ $ conda install jupyter
28+ $ jupyter notebook
29+ ```
2130
2231## Config
2332
You can’t perform that action at this time.
0 commit comments