How do I change Jupyter Notebook's start-up folder to be the directory that I started it in terminal? I have tried jupyter notebook --notebook-dir=%CD%
but it gave me an error:
[C 00:31:27.239 NotebookApp] Bad config encountered during initialization:
[C 00:31:27.239 NotebookApp] No such notebook dir: ''/Users/username/%CD%''
Is there a better way to change start-up folder on Jupyter Notebook? Thanks very much in advance.