Diferencia entre revisiones de «papa-deimos/instalacion»

De Wikicima
Línea 24: Línea 24:
# apt-get install imagemagick
# apt-get install imagemagick
</pre>
</pre>
El python the jupyterHub del usuario (?) es este <code>/opt/tljh/user/bin/python3</code>
<pre sryle="shell">
# /opt/tljh/user/bin/pip3 install numpy
# /opt/tljh/user/bin/pip3 install netcdf4
# /opt/tljh/user/bin/pip3 install matplotlib
# /opt/tljh/user/bin/conda install gcc
# apt-get install libgeos-dev
# /opt/tljh/user/bin/pip3 install cartopy
</pre>


== JupyterHub ([https://jupyter.org/hub https://jupyter.org/hub]) ==
== JupyterHub ([https://jupyter.org/hub https://jupyter.org/hub]) ==


=== Installing server ([https://jupyter.org/hub jupyter-server]) ===
=== Installing server ([https://jupyter.org/hub jupyter-server]) ===

Revisión del 03:01 26 oct 2022

En papa

$ mkdir -p ~/sandbox/copy/
$ mkdir -p ~/sandbox/get/
$ sudo mkdir -p /datos/MOD/re-analysis/ECMWF/ERA5/monmean
$ sudo mv ~/sandbox/copy/ERA5_monmean_* /datos/MOD/re-analysis/ECMWF/ERA5/monmean/


En deimos

JupyterHub, tiene su propia instalación de python y por lo tanto de sus paquetes. Ver expliacición acá

$ sudo su
# apt-get install git subversion
# apt-get install python3 python3-scipy python3-numpy cython3 cython3-dbg 
# apt-get install netcdf-bin libnetcdf-dev netcdf-doc libnetcdff-dev libnetcdff-doc libhdf5-dev libhdf5-dev ncview cdo nco
# apt-get install dvipng python3-netcdf4
# apt-get install python3-matplotlib python3-matplotlib-dbg
# apt-get install python3-cartopy python-cartopy-data python3-mpltoolkits.basemap
# apt-get install firefox-esr firefox-esr-l10n-all
# apt-get install gfortran
# apt-get install imagemagick

El python the jupyterHub del usuario (?) es este /opt/tljh/user/bin/python3

# /opt/tljh/user/bin/pip3 install numpy
# /opt/tljh/user/bin/pip3 install netcdf4
# /opt/tljh/user/bin/pip3 install matplotlib
# /opt/tljh/user/bin/conda install gcc
# apt-get install libgeos-dev
# /opt/tljh/user/bin/pip3 install cartopy


JupyterHub (https://jupyter.org/hub)

Installing server (jupyter-server)