我怎么能在 IPython magic command ?
例如,试图使用 %cd :
%cd
%cd "dir" # comment
我想转到目录 dir 但我却得到了:
dir
[Errno 2] No such file or directory: 'dir # comment'