Reputation: 22438
I know that the IPython Notebook expects to have a notebook directory and that this can be set at startup with --notebook-dir
. But is it possible to run a notebook stored at any location without first importing/copying it to this directory?
Upvotes: 0
Views: 156
Reputation: 27843
Start another server if you are using 1.0/1.1. this will be solved in 2.0 that allow you to browse your hard-drive.
Upvotes: 2