You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the context map initialization to 3 functions in a separate context_maps.py module
Modify the constructor of Walker to take a context_map array instead of a map_type
Modify the notebook to use the new code
Remember to reload the notebook kernel when you modify the code in you modules, as modules are cached during the first import and changes would not be visible.
The text was updated successfully, but these errors were encountered:
context_maps.py
moduleWalker
to take acontext_map
array instead of amap_type
Remember to reload the notebook kernel when you modify the code in you modules, as modules are cached during the first import and changes would not be visible.
The text was updated successfully, but these errors were encountered: