Skip to content

Commit

Permalink
Adds README with installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Winterflower committed Dec 17, 2019
1 parent 3462c21 commit 1bf5b15
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Machine Learning/Analytics Jupyter Notebooks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Kibana Sample Flights Data Classification Example

Set up a local instance of Jupyter using the following instructions

1. Set up a virtual environment called `env`

```
python3 -m venv env
```

2. Activate it

```
source env/bin/activate
```

3. Install the required dependencies for your chosen Jupyter notebook

```
pip install -r some-requirements-file-name.txt
```

4. Launch Jupyter

```
jupyter notebook
```


0 comments on commit 1bf5b15

Please sign in to comment.