papa-deimos/BashKernelIns
De Wikicima
(Diferencias entre revisiones)
(→Instalando el kernel de bash) |
(→Instalando el kernel de bash) |
||
Línea 5: | Línea 5: | ||
Como usuario root de 'deimos': |
Como usuario root de 'deimos': |
||
<pre style="shell"> |
<pre style="shell"> |
||
− | # pip install bash_kernel |
+ | # /opt/tljh/user/bin/pip3 install bash_kernel |
− | # python -m bash_kernel.install |
+ | # /opt/tljh/user/bin/python3 -m bash_kernel.install |
</pre> |
</pre> |
||
− | Cuando se abre la sesión en juyter, arriba a la derecha en 'new' aparece 'bash' (no estaría funcionando, 1o Noviembre 2023) |
+ | Cuando se abre la sesión en jupyter, arriba a la derecha en '' 'new' '' aparece <code>'bash'</code> (no estaría funcionando, 1o Noviembre 2023) |
Última revisión de 11:24 2 nov 2023
[editar] Instalando el kernel de bash
Se siguen las instrucciones de este enlace jupyter-notebook bash sshkernel.
Como usuario root de 'deimos':
# /opt/tljh/user/bin/pip3 install bash_kernel # /opt/tljh/user/bin/python3 -m bash_kernel.install
Cuando se abre la sesión en jupyter, arriba a la derecha en 'new' aparece 'bash'
(no estaría funcionando, 1o Noviembre 2023)