Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkp-archive/knowledgelab
KnowledgeRepo + JupyterLab
https://github.com/tkp-archive/knowledgelab
jupyter jupyterlab jupyterlab-extension
Last synced: 13 days ago
JSON representation
KnowledgeRepo + JupyterLab
- Host: GitHub
- URL: https://github.com/tkp-archive/knowledgelab
- Owner: tkp-archive
- License: apache-2.0
- Created: 2017-10-18T01:10:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T01:51:29.000Z (5 months ago)
- Last Synced: 2024-10-30T15:06:14.649Z (14 days ago)
- Topics: jupyter, jupyterlab, jupyterlab-extension
- Language: Python
- Homepage:
- Size: 1.48 MB
- Stars: 48
- Watchers: 9
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- best-of-jupyter - GitHub - 17% open · ⏱️ 18.06.2024): (JupyterLab Extensions)
README
# KnowledgeLab
Seamless integration of [Knowledge-Repo](https://github.com/airbnb/knowledge-repo) and [JupyterLab](https://github.com/jupyterlab/jupyterlab)---
[![Build Status](https://github.com/timkpaine/knowledgelab/workflows/Build%20Status/badge.svg)](https://github.com/timkpaine/knowledgelab/actions/)
[![GitHub issues](https://img.shields.io/github/issues/timkpaine/knowledgelab.svg)]()
[![codecov](https://codecov.io/gh/timkpaine/knowledgelab/branch/master/graph/badge.svg)](https://codecov.io/gh/timkpaine/knowledgelab)
[![PyPI](https://img.shields.io/pypi/l/knowledgelab.svg)](https://pypi.python.org/pypi/knowledgelab)
[![PyPI](https://img.shields.io/pypi/v/knowledgelab.svg)](https://pypi.python.org/pypi/knowledgelab)
[![npm](https://img.shields.io/npm/v/knowledgelab.svg)](https://www.npmjs.com/package/knowledgelab)---
## Install
To install the base package from pip:`pip install knowledgelab`
To Install from source:
`make install`
To install the JupyterLab extension:
`jupyter labextension install knowledgelab`
or from source:
`make labextension`
To enable the Jupyter server extension:
`jupyter serverextension enable --py knowledgelab`
## Getting Started
[Read the docs!](http://knowledgelab.readthedocs.io/en/latest/index.html)