.gitignore
LICENSE
MANIFEST.in
README.md
deps.production.txt
requirements.production.txt
requirements.txt
setup.py
.github/workflows/deploy-doc-to-ghpages.yml
appyter/VERSION
appyter/__init__.py
appyter/__main__.py
appyter/cli.py
appyter/context.py
appyter/fields.py
appyter/magic.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/dict.py
appyter/ext/exceptions.py
appyter/ext/flask.py
appyter/ext/functools.py
appyter/ext/hashlib.py
appyter/ext/importlib.py
appyter/ext/itertools.py
appyter/ext/json.py
appyter/ext/re.py
appyter/ext/urllib.py
appyter/ext/uuid.py
appyter/ext/asyncio/__init__.py
appyter/ext/asyncio/event_emitter.py
appyter/ext/asyncio/run_in_executor.py
appyter/ext/asyncio/sync_contextmanager.py
appyter/ext/asyncio/sync_coro.py
appyter/ext/asyncio/try_n_times.py
appyter/ext/click/__init__.py
appyter/ext/fsspec/__init__.py
appyter/ext/fsspec/alias.py
appyter/ext/fsspec/chroot.py
appyter/ext/fsspec/core.py
appyter/ext/fsspec/fuse.py
appyter/ext/fsspec/mapperfs.py
appyter/ext/fsspec/overlayfs.py
appyter/ext/fsspec/parse.py
appyter/ext/fsspec/test_chroot.py
appyter/ext/fsspec/test_fuse.py
appyter/ext/fsspec/test_mapperfs.py
appyter/ext/fsspec/test_overlayfs.py
appyter/ext/fsspec/test_pathmap.py
appyter/ext/fsspec/writecache.py
appyter/ext/nbclient/__init__.py
appyter/ext/pathlib/__init__.py
appyter/ext/pathlib/chroot.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/init.py
appyter/helpers/nbclean.py
appyter/helpers/serve.py
appyter/helpers/cookiecutter/cookiecutter.json
appyter/helpers/cookiecutter/{{ cookiecutter.project_slug }}/README.md
appyter/helpers/cookiecutter/{{ cookiecutter.project_slug }}/appyter.json
appyter/helpers/cookiecutter/{{ cookiecutter.project_slug }}/requirements.txt
appyter/helpers/cookiecutter/{{ cookiecutter.project_slug }}/{{ cookiecutter.project_slug }}.ipynb
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/VariableField.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/fields/VariableField.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/fields/VariableField.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/constants.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/export.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/storage.py
docs/.gitignore
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/.gitignore
docs/source/conf.py
docs/source/index.rst
example/.dockerignore
example/Dockerfile
example/example.ipynb
example/requirements.txt
example/test.py
example/test_example.py
example/test_example.sh
example/blueprints/__init__.py
example/blueprints/testblueprint.py
example/blueprints/testdash.py
example/fields/EmailField.py
example/fields/__init__.py
example/filters/__init__.py
example/filters/do_op.py
example/production/.env.example
example/production/docker-compose.yml
example/production/appyter/Dockerfile
example/production/s3/Dockerfile
example/production/s3/entrypoint.sh
example/static/GitHub-Mark.png
example/static/test.js
example/templates/form.j2
example/templates/fields/EmailField.j2
js/.babelrc
js/.gitignore
js/gulpfile.js
js/jsconfig.json
js/package-lock.json
js/package.json
js/components/Ansi.svelte
js/components/HTML.svelte
js/components/Loader.svelte
js/components/Markdown.svelte
js/components/app/SSRField.svelte
js/components/jupyter/Cell.svelte
js/components/jupyter/Cells.svelte
js/components/jupyter/Input.svelte
js/components/jupyter/Output.svelte
js/components/jupyter/OutputMimetype.svelte
js/components/jupyter/Outputs.svelte
js/components/jupyter/Prompt.svelte
js/components/jupyter/Source.svelte
js/components/jupyter/output_mimetype/ApplicationJavascript.svelte
js/components/jupyter/output_mimetype/ImagePng.svelte
js/components/jupyter/output_mimetype/ImageSvgXml.svelte
js/components/jupyter/output_mimetype/TextHtml.svelte
js/components/jupyter/output_mimetype/TextMarkdown.svelte
js/components/jupyter/output_mimetype/TextPlain.svelte
js/components/jupyter/output_mimetype/index.js
js/components/jupyter/output_type/OutputDisplayData.svelte
js/components/jupyter/output_type/OutputError.svelte
js/components/jupyter/output_type/OutputExecuteResult.svelte
js/components/jupyter/output_type/OutputStream.svelte
js/components/jupyter/output_type/index.js
js/lib/appyter_context.js
js/lib/markdown_it.js
js/lib/socketio.js
js/lib/stores.js
js/profiles/biojupies/static/css/biojupies.scss
js/profiles/biojupies/static/js/form.svelte
js/profiles/biojupies/static/js/fields/IntField.svelte
js/profiles/biojupies/static/js/fields/SectionField.svelte
js/profiles/biojupies/static/js/fields/StringField.svelte
js/profiles/biojupies/static/js/fields/TextField.svelte
js/profiles/biojupies/static/js/fields/TextListField.svelte
js/profiles/bootstrap/static/css/bootstrap.scss
js/profiles/default/static/css/default.scss
js/profiles/default/static/js/landing.svelte
js/profiles/default/static/js/fields/AutocompleteField.svelte
js/profiles/default/static/js/fields/FileField.svelte
js/profiles/default/static/js/fields/MultiCheckboxField.svelte
js/profiles/default/static/js/fields/TabField.svelte
js/profiles/default/static/js/fields/VariableField.svelte
js/utils/any.js
js/utils/collapse.js
js/utils/ensure_list.js
js/utils/get_require.js
js/utils/hash.js
js/utils/null.js
js/utils/re_full.js
js/utils/slugify.js