<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>http://wiki.cima.fcen.uba.ar/index.php?action=history&amp;feed=atom&amp;title=Jupyter_Notebook</id>
	<title>Jupyter Notebook - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.cima.fcen.uba.ar/index.php?action=history&amp;feed=atom&amp;title=Jupyter_Notebook"/>
	<link rel="alternate" type="text/html" href="http://wiki.cima.fcen.uba.ar/index.php?title=Jupyter_Notebook&amp;action=history"/>
	<updated>2026-06-10T11:48:54Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>http://wiki.cima.fcen.uba.ar/index.php?title=Jupyter_Notebook&amp;diff=1846&amp;oldid=prev</id>
		<title>Julian.giles: Guia para conectarse remotamente a una Jupyter Notebook</title>
		<link rel="alternate" type="text/html" href="http://wiki.cima.fcen.uba.ar/index.php?title=Jupyter_Notebook&amp;diff=1846&amp;oldid=prev"/>
		<updated>2021-11-10T16:12:19Z</updated>

		<summary type="html">&lt;p&gt;Guia para conectarse remotamente a una Jupyter Notebook&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Correr una Jupyter Notebook desde un servidor remoto y conectarse desde la máquina local: ==&lt;br /&gt;
&lt;br /&gt;
De forma similar al tutorial de Spyder, es posible lanzar un núcleo de cálculo de una Jupyter Notebook en un servidor remoto y luego conectarnos mediante el navegador desde nuestra máquina local.&lt;br /&gt;
Es necesario tener instalado Jupyter Notebook en el entorno de la máquina remota que vayamos a utilizar (conda install -c conda-forge jupyterlab). Los pasos son los siguientes:&lt;br /&gt;
&lt;br /&gt;
1) Abrir una terminal en la máquina local y hacer túnel al servidor (suponiendo que no estamos usando la VPN): &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ssh -L 6969:localhost:6969 USUARIO@portal.cima.fcen.uba.ar -t ssh -L 6969:localhost:6969 USUARIO@SERVIDOR&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cambiar SERVIDOR por el nombre del servidor al que desea conectarse y USUARIO por su usuario de la redCIMA. El puerto 6969 puede reemplazarse por cualquier otro puerto que no esté siendo utilizado.&lt;br /&gt;
&lt;br /&gt;
2) Una vez conectados al servidor, lanzar la notebook: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
jupyter notebook --no-browser --port=6969&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3) Ahora solo resta abrir un navegador en nuestra máquina local e ir a alguna de las direcciones que aparecieron en la terminal.&lt;br /&gt;
&lt;br /&gt;
Una vez finalizado el uso de la notebook, se debe cerrar haciendo Control-C en la terminal o matando el proceso, sino quedará corriendo y ocupando recursos indefinidamente.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Autor: Julián Giles&lt;br /&gt;
julian.giles@cima.fcen.uba.ar&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Julian.giles</name></author>
	</entry>
</feed>