LICENSE.txt
MANIFEST.in
README.md
install.json
ottopy.json
package.json
pyproject.toml
pytest.ini
setup.cfg
setup.py
tsconfig.json
webpack.config.js
css/widget.css
docs/Makefile
docs/environment.yml
docs/make.bat
docs/source/conf.py
docs/source/develop-install.rst
docs/source/index.rst
docs/source/installing.rst
docs/source/introduction.rst
docs/source/_static/embed-bundle.js
docs/source/_static/embed-bundle.js.LICENSE.txt
docs/source/_static/embed-bundle.js.map
docs/source/_static/helper.js
docs/source/examples/index.rst
docs/source/examples/introduction.nblink
examples/01.ipynb
examples/introduction.ipynb
examples/.ipynb_checkpoints/01-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction-checkpoint.ipynb
examples/worlds/__init__.py
examples/worlds/levels.py
examples/worlds/test.json
examples/worlds/.ipynb_checkpoints/__init__-checkpoint.py
examples/worlds/.ipynb_checkpoints/levels-checkpoint.py
examples/worlds/.ipynb_checkpoints/test-checkpoint.json
ottopy/__init__.py
ottopy/_frontend.py
ottopy/_version.py
ottopy/example.py
ottopy/lib.py
ottopy/maze.py
ottopy/robot.py
ottopy.egg-info/PKG-INFO
ottopy.egg-info/SOURCES.txt
ottopy.egg-info/dependency_links.txt
ottopy.egg-info/requires.txt
ottopy.egg-info/top_level.txt
ottopy/labextension/build_log.json
ottopy/labextension/install.json
ottopy/labextension/package.json
ottopy/labextension/static/lib_index_js.22f27009b850fa0a4117.js
ottopy/labextension/static/lib_index_js.22f27009b850fa0a4117.js.map
ottopy/labextension/static/lib_plugin_js.165252e0da2903b5fcaf.js
ottopy/labextension/static/lib_plugin_js.165252e0da2903b5fcaf.js.map
ottopy/labextension/static/lib_widget_js.66e79b574d5e8fbe8cdf.js
ottopy/labextension/static/lib_widget_js.66e79b574d5e8fbe8cdf.js.map
ottopy/labextension/static/remoteEntry.46c29ca21d5b16a156ac.js
ottopy/labextension/static/remoteEntry.46c29ca21d5b16a156ac.js.map
ottopy/labextension/static/style.js
ottopy/labextension/static/vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_jquery_dist_jquery_js-node_m-d60a54.368d38490f83d0758486.js
ottopy/labextension/static/vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_jquery_dist_jquery_js-node_m-d60a54.368d38490f83d0758486.js.map
ottopy/labextension/static/vendors-node_modules_konva_lib_index_js.69015b6a75e7d314ccca.js
ottopy/labextension/static/vendors-node_modules_konva_lib_index_js.69015b6a75e7d314ccca.js.map
ottopy/labextension/static/vendors-node_modules_p-queue_dist_index_js.ae67ed572b2c44a8aafa.js
ottopy/labextension/static/vendors-node_modules_p-queue_dist_index_js.ae67ed572b2c44a8aafa.js.map
ottopy/models/__init__.py
ottopy/models/goal.py
ottopy/models/robot_model.py
ottopy/models/tile_map.py
ottopy/models/world_model.py
ottopy/models/world_parser.py
ottopy/nbextension/extension.js
ottopy/nbextension/index.js
ottopy/nbextension/index.js.LICENSE.txt
ottopy/nbextension/index.js.map
ottopy/tests/__init__.py
ottopy/tests/conftest.py
ottopy/tests/test_example.py
ottopy/tests/test_nbextension_path.py
src/extension.ts
src/index.ts
src/plugin.ts
src/version.ts
src/widget.ts
src/__tests__/index.spec.ts
src/__tests__/utils.ts
src/models/robot_model.ts
src/models/world_model.ts
src/utils/draggable.ts