python - Using the %cd magic command in Jupyter Notebooks -
i have jupyter notebook use %cd
magic command. @ top of notebook set bookmark (%bookmark 'base_dir'
) can return starting directory (via %cd -b 'base_dir'
).
is there easier way return starting directory (i.e. directory running *.ipynb exists)?
Comments
Post a Comment