plasmabio / template-bash

Plasma template environment for Bash
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Install the bash kernel in sys prefix #1

Closed jtpio closed 4 years ago

jtpio commented 4 years ago

So the bash kernel ends up next to the python in the prefix, instead of being in the user home directory:

Before

jovyan@jupyter-plasmabio-2dtemplate-2dbash-2dgnhwbcr7:~$ jupyter kernelspec list
Available kernels:
  bash       /home/jovyan/.local/share/jupyter/kernels/bash
  python3    /srv/conda/envs/notebook/share/jupyter/kernels/python3

After

jovyan@jupyter-plasmabio-2dtemplate-2dbash-2doegzwtav:~$ jupyter kernelspec list
Available kernels:
  bash       /srv/conda/envs/notebook/share/jupyter/kernels/bash
  python3    /srv/conda/envs/notebook/share/jupyter/kernels/python3
jtpio commented 4 years ago

cc @pierrepo if you want to have a look

pierrepo commented 4 years ago

Nice idea! Thank @jtpio