Skip to main content

Utilities for interacting with Canvas using Python and the canvasapi.

Project description

CanvasUtils

PyPI version

Utilities for interacting with Canvas using Python and the canvasapi.

Installation

pip install canvasutils

canvasutils depends on the ipywidgets packages. To make sure widgets render correctly in notebooks, you may need to enable the widgets extension in Jupyter following these instructions in the ipywidgets docs, in particular, follow these instructions if using Jupyter Lab.

Features

  • Submit files to Canvas from within a Jupyter notebook with user-friendly widgets.
  • Convert files to formats like .html from with canvas.
  • Create assignments (coming)
  • Create assignment rubrics (coming)

Dependencies

See the file pyproject.toml, under the section [tool.poetry.dependencies].

Usage

Assignment Submission in Jupyter

The submit module is made to be used within a Jupyter notebook (.ipynb file). See the provided example.ipynb. There are two available submission interfaces, widget-based drop-down menus, or text-based entries.

Widget Submission

widget_gif

api_url = "https://canvas.instructure.com/"
course_code = 123456

from canvasutils.submit import submit
submit(course_code, api_url=api_url, token=False)  # token=False allows you to enter token interactively

Text-based Submission

text_gif

submit(course_code, api_url=api_url, token=False, no_widgets=True)

Notebook Conversion in Jupyter

Note that this command will convert the most recently saved version of a notebook. You should save your notebook before executing this command in a cell.

from canvasutils.submit import convert_notebook
convert_notebook('example.ipynb', to_format="html")

Notebook successfully converted!

Contributors

Contributions are welcomed and recognized. You can see a list of contributors in the contributors tab.

Credits

This package was originally based on this repository created by Emily Gubski and Steven Wolfram.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

canvasutils-0.4.1.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

canvasutils-0.4.1-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file canvasutils-0.4.1.tar.gz.

File metadata

  • Download URL: canvasutils-0.4.1.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.8.5 Darwin/18.7.0

File hashes

Hashes for canvasutils-0.4.1.tar.gz
Algorithm Hash digest
SHA256 a0c7475a6d01dbc4f7cf4fb3ef2bd63c0fcf10a7f03004fd9697434450552b55
MD5 230a7b922d43d7e278437b6c8400fc58
BLAKE2b-256 df3c4272c225cf21857e4a7bad28b5bf20d7182da3ba3e0b6dfd8bb7f2b62c88

See more details on using hashes here.

File details

Details for the file canvasutils-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: canvasutils-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.8.5 Darwin/18.7.0

File hashes

Hashes for canvasutils-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c2a8a6cc3832d610cda11aed374ab5724fa5f9b99fa943ce2cd3ea24fb05b8ef
MD5 90111c651870e97f99db0b962e53d473
BLAKE2b-256 110bb8c9578d26127102281829742eeb40851008237847960d84f29f18aa29b7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page