papa-deimos/BashKernelIns
De Wikicima
(Diferencias entre revisiones)
(→Instalando el kernel de bash) |
(→Instalando el kernel de bash) |
||
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"> |
||
+ | # pip install bash_kernel |
||
+ | # python -m bash_kernel.install |
||
+ | </pre> |
||
+ | |||
+ | Cuando se abre la sesión en juyter, arriba a la derecha en 'new' aparece 'bash' (no estaría funcionando, 1o Noviembre 2023) |
Revisión de 15:27 1 nov 2023
Instalando el kernel de bash
Se siguen las instrucciones de este enlace jupyter-notebook bash sshkernel.
Como usuario root de 'deimos':
# pip install bash_kernel # python -m bash_kernel.install
Cuando se abre la sesión en juyter, arriba a la derecha en 'new' aparece 'bash' (no estaría funcionando, 1o Noviembre 2023)