LICENSE
MANIFEST.in
README.md
requirements.production.txt
requirements.txt
setup.py
appyter/VERSION
appyter/__init__.py
appyter/__main__.py
appyter/cli.py
appyter/context.py
appyter/fields.py
appyter/magic.py
appyter/util.py
appyter.egg-info/PKG-INFO
appyter.egg-info/SOURCES.txt
appyter.egg-info/dependency_links.txt
appyter.egg-info/entry_points.txt
appyter.egg-info/requires.txt
appyter.egg-info/top_level.txt
appyter/ext/__init__.py
appyter/ext/json.py
appyter/ext/asyncio/__init__.py
appyter/ext/asyncio/event_emitter.py
appyter/ext/click/__init__.py
appyter/ext/fs/__init__.py
appyter/ext/fs/file.py
appyter/ext/fs/rclone.py
appyter/ext/fs/s3.py
appyter/ext/fs/tmpfs.py
appyter/ext/nbclient/__init__.py
appyter/ext/socketio/__init__.py
appyter/ext/socketio/client.py
appyter/ext/socketio/priority_queued_emit.py
appyter/ext/socketio/server.py
appyter/ext/watchgod/__init__.py
appyter/ext/watchgod/watcher.py
appyter/extras/__init__.py
appyter/helpers/__init__.py
appyter/helpers/dockerize.py
appyter/helpers/fetch_and_serve.py
appyter/helpers/nbclean.py
appyter/helpers/serve.py
appyter/orchestration/__init__.py
appyter/orchestration/cli.py
appyter/orchestration/dispatch/__init__.py
appyter/orchestration/dispatch/docker.py
appyter/orchestration/dispatch/kubernetes.py
appyter/orchestration/dispatch/native.py
appyter/orchestration/dispatcher/__init__.py
appyter/orchestration/dispatcher/core.py
appyter/orchestration/dispatcher/socketio.py
appyter/orchestration/job/__init__.py
appyter/orchestration/job/job.py
appyter/parse/__init__.py
appyter/parse/nb.py
appyter/parse/nbtemplate.py
appyter/profiles/__init__.py
appyter/profiles/biojupies/__init__.py
appyter/profiles/biojupies/static/css/biojupies.css
appyter/profiles/biojupies/static/css/lib/fontawesome/css/all.min.css
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-brands-400.eot
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-brands-400.svg
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-brands-400.ttf
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-brands-400.woff
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-brands-400.woff2
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-regular-400.eot
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-regular-400.svg
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-regular-400.ttf
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-regular-400.woff
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-regular-400.woff2
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-solid-900.eot
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-solid-900.svg
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-solid-900.ttf
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-solid-900.woff
appyter/profiles/biojupies/static/css/lib/fontawesome/webfonts/fa-solid-900.woff2
appyter/profiles/biojupies/static/js/form.js
appyter/profiles/biojupies/static/js/fields/IntField.js
appyter/profiles/biojupies/static/js/fields/SectionField.js
appyter/profiles/biojupies/static/js/fields/StringField.js
appyter/profiles/biojupies/static/js/fields/TextField.js
appyter/profiles/biojupies/static/js/fields/TextListField.js
appyter/profiles/biojupies/static/js/lib/bootstrap/bootstrap.bundle.min.js
appyter/profiles/biojupies/templates/base.j2
appyter/profiles/biojupies/templates/form.j2
appyter/profiles/biojupies/templates/biojupies/base.j2
appyter/profiles/biojupies/templates/biojupies/form.j2
appyter/profiles/biojupies/templates/fields/BoolField.j2
appyter/profiles/biojupies/templates/fields/ChoiceField.j2
appyter/profiles/biojupies/templates/fields/FloatField.j2
appyter/profiles/biojupies/templates/fields/IntField.j2
appyter/profiles/biojupies/templates/fields/MultiChoiceField.j2
appyter/profiles/biojupies/templates/fields/SectionField.j2
appyter/profiles/biojupies/templates/fields/StringField.j2
appyter/profiles/biojupies/templates/fields/TextField.j2
appyter/profiles/biojupies/templates/fields/TextListField.j2
appyter/profiles/bootstrap/__init__.py
appyter/profiles/bootstrap/static/css/bootstrap.css
appyter/profiles/bootstrap/static/js/lib/bootstrap/bootstrap.bundle.min.js
appyter/profiles/bootstrap/static/js/lib/select2/select2.min.js
appyter/profiles/bootstrap/templates/base.j2
appyter/profiles/bootstrap/templates/form.j2
appyter/profiles/bootstrap/templates/bootstrap/base.j2
appyter/profiles/bootstrap/templates/bootstrap/form.j2
appyter/profiles/default/__init__.py
appyter/profiles/default/fields/AutocompleteField.py
appyter/profiles/default/fields/BoolField.py
appyter/profiles/default/fields/ChoiceField.py
appyter/profiles/default/fields/DescriptionField.py
appyter/profiles/default/fields/FileField.py
appyter/profiles/default/fields/FloatField.py
appyter/profiles/default/fields/IntField.py
appyter/profiles/default/fields/MultiCheckboxField.py
appyter/profiles/default/fields/MultiChoiceField.py
appyter/profiles/default/fields/SectionField.py
appyter/profiles/default/fields/StringField.py
appyter/profiles/default/fields/TabField.py
appyter/profiles/default/fields/TextField.py
appyter/profiles/default/fields/TextListField.py
appyter/profiles/default/fields/__init__.py
appyter/profiles/default/filters/__init__.py
appyter/profiles/default/filters/atob.py
appyter/profiles/default/filters/btoa.py
appyter/profiles/default/filters/fmt.py
appyter/profiles/default/filters/join_routes.py
appyter/profiles/default/filters/jsonify.py
appyter/profiles/default/filters/pyeval.py
appyter/profiles/default/filters/url_for.py
appyter/profiles/default/static/css/default.css
appyter/profiles/default/static/js/landing.js
appyter/profiles/default/static/js/fields/AutocompleteField.js
appyter/profiles/default/static/js/fields/FileField.js
appyter/profiles/default/static/js/fields/MultiCheckboxField.js
appyter/profiles/default/static/js/fields/TabField.js
appyter/profiles/default/static/js/lib/jquery/jquery.min.js
appyter/profiles/default/static/js/lib/requirejs/require.js
appyter/profiles/default/static/js/lib/socket.io/socket.io.min.js
appyter/profiles/default/static/js/lib/socketio-file-upload/client.min.js
appyter/profiles/default/templates/base.j2
appyter/profiles/default/templates/form.j2
appyter/profiles/default/templates/landing.j2
appyter/profiles/default/templates/default/base.j2
appyter/profiles/default/templates/default/form.j2
appyter/profiles/default/templates/default/landing.j2
appyter/profiles/default/templates/fields/AutocompleteField.j2
appyter/profiles/default/templates/fields/BoolField.j2
appyter/profiles/default/templates/fields/ChoiceField.j2
appyter/profiles/default/templates/fields/DescriptionField.j2
appyter/profiles/default/templates/fields/FileField.j2
appyter/profiles/default/templates/fields/FloatField.j2
appyter/profiles/default/templates/fields/IntField.j2
appyter/profiles/default/templates/fields/MultiCheckboxField.j2
appyter/profiles/default/templates/fields/MultiChoiceField.j2
appyter/profiles/default/templates/fields/SectionField.j2
appyter/profiles/default/templates/fields/StringField.j2
appyter/profiles/default/templates/fields/TabField.j2
appyter/profiles/default/templates/fields/TextField.j2
appyter/profiles/default/templates/fields/TextListField.j2
appyter/profiles/default/templates/fragments/jupyter.j2
appyter/profiles/default/templates/fragments/svelte-field.j2
appyter/profiles/default/templates/production/Dockerfile.j2
appyter/profiles/default/templates/production/nginx.conf.j2
appyter/profiles/default/templates/production/supervisord.conf.j2
appyter/render/__init__.py
appyter/render/form.py
appyter/render/nbconstruct.py
appyter/render/nbexecute.py
appyter/render/nbinspect.py
appyter/render/flask_app/__init__.py
appyter/render/flask_app/core.py
appyter/render/flask_app/development.py
appyter/render/flask_app/download.py
appyter/render/flask_app/execution.py
appyter/render/flask_app/livereload.py
appyter/render/flask_app/production.py
appyter/render/flask_app/socketio.py
appyter/render/flask_app/static.py
appyter/render/flask_app/util.py