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 2
2
3
3
[ ![ 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/
8000
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 )
4
4
5
- Jupyter Notebook stays on macOS menubar.
5
+ Jupyter Notebook stays on macOS menubar. Powered by Electron.
6
6
7
7
![ ] ( http://randompaper.co.s3.amazonaws.com/juno/screenshot.png )
8
8
@@ -14,10 +14,19 @@ See [releases](https://github.com/uetchy/juno/releases) and download the app.
14
14
15
15
- macOS
16
16
17
- ## Technology
17
+ ## Requirements
18
18
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
+ ```
21
30
22
31
## Config
23
32
You can’t perform that action at this time.
0 commit comments