Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@illumidesk/jupyter-lti

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@illumidesk/jupyter-lti

JupyterLab LTI extension for the Canvas LMS.

  • 1.2.3
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Build Status npm version

JupyterLab LTI Extension

IllumiDesk's Canvas LMS assignment submission and assignment reset buttons.

Installation

jupyter labextension install @illumidesk/jupyter-lti

Once installed you can enable or disable extensions.

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

  • Install and activate conda environment
  wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O ~/miniconda.sh;
  bash ~/miniconda.sh -b -p $HOME/miniconda
  export PATH="$HOME/miniconda/bin:$PATH"
  pip install --pre jupyterlab
  • Install dependencies
jlpm install
jlpm run build
jupyter labextension install .

(Optional) Watch files as they are changed:

jlpm run watch

Then launch JupyterLab using:

jupyter lab --watch

This will automatically recompile @illumidesk/jupyter-lti upon changes, and JupyterLab will rebuild itself. You should then be able to refresh the page and see your changes.

jupyter lab

Integration with LTI Compatible LMS

  • Make sure you are authenticated to the LTI compatible LMS (currently only tested with the Canvas LMS) and that you launch a JupyterLab instance from Canvas.

Only users with the Student role are able to see the extension and submit an assignment to the Canvas LMS.

These help docs contain more information about the Canvas LMS and IllumiDesk configuration steps.

Keywords

FAQs

Package last updated on 08 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc