papa-deimos/BashKernelIns
De Wikicima
(Diferencias entre revisiones)
(→Instalando el kernel de bash) |
(→Instalando el kernel de bash) |
||
(No se muestra una edición intermedia realizada por un usuario) | |||
Línea 2: | Línea 2: | ||
Se siguen las instrucciones de este enlace [https://note.nkmk.me/en/jupyter-notebook-kernels-bash/ jupyter-notebook bash] [https://github.com/NII-cloud-operation/sshkernel sshkernel]. |
Se siguen las instrucciones de este enlace [https://note.nkmk.me/en/jupyter-notebook-kernels-bash/ jupyter-notebook bash] [https://github.com/NII-cloud-operation/sshkernel sshkernel]. |
||
+ | |||
+ | Como usuario root de 'deimos': |
||
+ | <pre style="shell"> |
||
+ | # /opt/tljh/user/bin/pip3 install bash_kernel |
||
+ | # /opt/tljh/user/bin/python3 -m bash_kernel.install |
||
+ | </pre> |
||
+ | |||
+ | 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)