This repository was archived by the owner on Jan 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +554
-0
lines changed
Machine Learning/Analytics Jupyter Notebooks Expand file tree Collapse file tree 3 files changed +554
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Kibana Sample Flights Data Classification Example
2+
3+ Set up a local instance of Jupyter using the following instructions
4+
5+ 1 . Set up a virtual environment called ` env `
6+
7+ ```
8+ python3 -m venv env
9+ ```
10+
11+ 2 . Activate it
12+
13+ ```
14+ source env/bin/activate
15+ ```
16+
17+ 3 . Install the required dependencies for your chosen Jupyter notebook
18+
19+ ```
20+ pip install -r some-requirements-file-name.txt
21+ ```
22+
23+ 4 . Launch Jupyter
24+
25+ ```
26+ jupyter notebook
27+ ```
28+
29+
Original file line number Diff line number Diff line change 1+ appnope==0.1.0
2+ attrs==19.3.0
3+ backcall==0.1.0
4+ bleach==3.1.0
5+ certifi==2019.11.28
6+ chardet==3.0.4
7+ decorator==4.4.1
8+ defusedxml==0.6.0
9+ elasticsearch==7.1.0
10+ entrypoints==0.3
11+ idna==2.8
12+ importlib-metadata==1.2.0
13+ ipykernel==5.1.3
14+ ipython==7.10.1
15+ ipython-genutils==0.2.0
16+ ipywidgets==7.5.1
17+ jedi==0.15.1
18+ Jinja2==2.10.3
19+ jsonschema==3.2.0
20+ jupyter==1.0.0
21+ jupyter-client==5.3.4
22+ jupyter-console==6.0.0
23+ jupyter-core==4.6.1
24+ MarkupSafe==1.1.1
25+ mistune==0.8.4
26+ more-itertools==8.0.0
27+ nbconvert==5.6.1
28+ nbformat==4.4.0
29+ notebook==6.0.2
30+ pandocfilters==1.4.2
31+ parso==0.5.1
32+ pexpect==4.7.0
33+ pickleshare==0.7.5
34+ prometheus-client==0.7.1
35+ prompt-toolkit==2.0.10
36+ ptyprocess==0.6.0
37+ Pygments==2.5.2
38+ pyrsistent==0.15.6
39+ python-dateutil==2.8.1
40+ pyzmq==18.1.1
41+ qtconsole==4.6.0
42+ requests==2.22.0
43+ Send2Trash==1.5.0
44+ six==1.13.0
45+ terminado==0.8.3
46+ testpath==0.4.4
47+ tornado==6.0.3
48+ traitlets==4.3.3
49+ urllib3==1.25.7
50+ wcwidth==0.1.7
51+ webencodings==0.5.1
52+ widgetsnbextension==3.5.1
53+ zipp==0.6.0
You can’t perform that action at this time.
0 commit comments