mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Tweaked module dependency handling.
This commit is contained in:
parent
df90beea91
commit
8382089049
|
@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user