With SageMath 8.2 running natively under Windows 10, the Jupyter dashboard opens by default in the directory C:\Users\<me>
, so I then have to navigate to the desired directory that contains my Jupyter notebook .ipynb files.
How can I cause Jupyter to open directly in the desired directory?
The relevant Windows shortcut has the following Target Property:
"C:\Program Files\SageMath 8.2\runtime\bin\mintty.exe" -t 'SageMath 8.2 Notebook Server' -i sagemath.ico /bin/bash --login -c '/opt/sagemath-8.2/sage --notebook jupyter'
Can the sage --notebook jupyter
portion be adjusted somehow to specify the desired directory?