papa-deimos/BashKernelIns

De Wikicima
(Diferencias entre revisiones)
Saltar a: navegación, buscar
(Página creada con «= Instalando el kernel de bash = Se siguen las instrucciones de este enlace [https://github.com/NII-cloud-operation/sshkernel sshkernel].»)
 
(Instalando el kernel de bash)
 
(No se muestran 2 ediciones intermedias realizadas por un usuario)
Línea 1: Línea 1:
 
= Instalando el kernel de bash =
 
= Instalando el kernel de bash =
   
Se siguen las instrucciones de este enlace [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)

Herramientas personales