carpentries-lab / python-aos-lesson

Python for Atmosphere and Ocean Scientists
https://carpentries-lab.github.io/python-aos-lesson/
Other
87 stars 49 forks source link

JupyterLab #35

Open DamienIrving opened 3 years ago

DamienIrving commented 3 years ago

Using JupyterLab when teaching the lessons would make switching between notebooks, scripts and the command line much easier.

The limitation at the moment is that the terminal application in JupyerLab defaults to the system terminal (i.e. the unix shell on linux and mac but the powershell on windows). There are ways to change this behaviour on windows to access Git Bash instead, but it's a little bit fiddly. https://github.com/jupyterlab/jupyterlab/issues/7154 https://medium.com/@konpat/using-git-bash-in-jupyter-noteobok-on-windows-c88d2c3c7b07