dsa-ou / m269-installer

Software installation script and instructions for M269
https://dsa-ou.github.io/m269-installer/
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

run `nb` in separate window #25

Open mwermelinger opened 1 year ago

mwermelinger commented 1 year ago

A tutor wrote:

The Jupyter server is running in the background, but it writes all its log messages to the PowerShell window, making the Powershell pretty unusable. I think it makes much more sense to launch a separate window than trying to have two processes share the same one. I've experimented with removing the -NoNewWindow directive from the nb function in install.ps1 and I think it looks better.

While this sounds sensible and is easy to implement for Windows (although the instructions would have to be updated), I prefer to postpone this for 24J to avoid a divergence between Windows and Unix and between students who install now (the VLE already opened) those who install later.