8000 👓 Add installation guide · uetchy/juno@5cb599e · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 5cb599e

Browse files
committed
👓 Add installation guide
1 parent de309ef commit 5cb599e

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

‎README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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/ 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)
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

0 commit comments

Comments
 (0)
0