0.1.3 • Published 6 years ago

@lean-data-science/jupyterlab_credentialstore v0.1.3

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
6 years ago

The JupyterLab Credential Store

This JupyterLab extension securely keeps your credentials and provides convenient access.

npm.io

The JupyterLab Credential Store keeps your credentials secure using an AES-encryption. Add, edit, and delete credentials as key-value pairs in this JupyterLab frontend extension. Access the credentials with their keys:

npm.io

import kernel_connector as kc
kc.get_credential("my_secret")

Prerequisites

  • JupyterLab
  • NodeJs (apt-get install nodejs -y)
  • NPM (apt-get install npm -y)
  • PyCrypto (pip install pycrypto)

Installation

Install the JupyterLab Credential Store and its dependencies:

pip install pycrypto
apt-get install nodejs -y
apt-get install npm -y
jupyter labextension install @lean-data-science/jupyterlab_credentialstore

If you prefer a containerized configuration, the JupyterLab Credential Store seamlessly integrates with the JupyterLab-Configurator (presented here) that lets you easily create your JupyterLab configuration.