Difference between revisions of "Osgeolive-jupyter"
Jump to navigation
Jump to search
(init) |
(apt expands) |
||
| Line 1: | Line 1: | ||
| − | + | == Focal Notes == | |
<pre> | <pre> | ||
| Line 35: | Line 35: | ||
</pre> | </pre> | ||
| + | <pre> | ||
| + | 591 sudo apt install python3-dev python3-pip | ||
| + | |||
| + | 405 sudo apt install ipython3 python3-pandas python3-scipy | ||
| + | 408 sudo apt install r-cran-sf | ||
| + | 429 sudo apt install python3-shapely python3-fiona | ||
| + | 614 sudo apt install --yes python3-geoalchemy2 | ||
| + | |||
| + | 670 sudo apt install --yes jupyter-core jupyter-client jupyter-console jupyter-nbformat jupyter-nbconvert jupyter-notebook python3-ipykernel | ||
| + | 673 sudo apt install python-notebook-doc jupyter | ||
| + | |||
| + | </pre> | ||
[[Category: Live-demo]] | [[Category: Live-demo]] | ||
Revision as of 18:59, 19 February 2022
Focal Notes
dbb@focalk:~$ ipython3
Python 3.8.10 (default, Nov 26 2021, 20:14:08)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.13.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import sklearn
In [2]: from sklearn import show_versions
In [3]: show_versions()
System:
python: 3.8.10 (default, Nov 26 2021, 20:14:08) [GCC 9.3.0]
executable: /usr/bin/python3
machine: Linux-5.13.0-30-generic-x86_64-with-glibc2.29
Python dependencies:
pip: 20.0.2
setuptools: 45.2.0
sklearn: 1.0.2
numpy: 1.17.4
scipy: 1.3.3
Cython: 0.29.14
pandas: 0.25.3
matplotlib: 3.1.2
joblib: 1.1.0
threadpoolctl: 3.1.0
Built with OpenMP: True
591 sudo apt install python3-dev python3-pip 405 sudo apt install ipython3 python3-pandas python3-scipy 408 sudo apt install r-cran-sf 429 sudo apt install python3-shapely python3-fiona 614 sudo apt install --yes python3-geoalchemy2 670 sudo apt install --yes jupyter-core jupyter-client jupyter-console jupyter-nbformat jupyter-nbconvert jupyter-notebook python3-ipykernel 673 sudo apt install python-notebook-doc jupyter