papa-deimos/instalacion

De Wikicima
(Diferencias entre revisiones)
Saltar a: navegación, buscar
(En deimos)
(Jupyter (https://jupyter.org https://jupyter.org) =)
Línea 21: Línea 21:
 
</pre>
 
</pre>
   
== Jupyter ([[https://jupyter.org https://jupyter.org]]) ===
+
== Jupyter ([[https://jupyter.org https://jupyter.org]]) ==
 
<pre style="shell">
 
<pre style="shell">
 
$ sudo su
 
$ sudo su

Revisión de 15:51 14 oct 2022

Contenido

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

$ sudo su
# apt-get install git 
# 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

Jupyter ([https://jupyter.org])

$ sudo su
# pip3 install jupyterlab
# pip3 install notebook

Installing server ([jupyter-server])

Herramientas personales