-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
The load command we use in our exercises is:
%load './snippets/01_exA.py'
This doesn't seem to work for me on windows. On windows the %load command can take the path directly not as a string. So this works:
%load ./snippets/01_exA.py
It also seems to work on linux. Possibly a quirk of jupyters magic command parsing?
lauramurgatroyd
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working