mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-05 17:08:02 +00:00
Tweaked module dependency handling.
This commit is contained in:
@@ -78,7 +78,8 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%run ../linked_list/linked_list.py"
|
||||
"%run ../linked_list/linked_list.py\n",
|
||||
"%load ../linked_list/linked_list.py"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user