data-8 / otter-submit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Otter Submit

This JupyterLab extension places a "Submit" button in the Jupyter Notebook header. The submit button is used to submit a notebook to otter-service for grading.

Development

Create your environment however you like:

  • mamba create -n otter-submit -c conda-forge python==3.11
  • mamba activate otter-submit

Make changes and run these commands:

  • python3 -m pip install -ve .
  • jlpm run build
  • jupyter lab

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 69.0%Language:Python 14.1%Language:JavaScript 11.8%Language:CSS 5.2%