https://github.com/tkp-archive/knowledgelab
KnowledgeRepo + JupyterLab
https://github.com/tkp-archive/knowledgelab
jupyter jupyterlab jupyterlab-extension
Last synced: 4 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T13:57:18.000Z (5 months ago)
- Last Synced: 2024-12-07T23:05:07.420Z (4 months 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.11.2024): (JupyterLab Extensions)
README
# KnowledgeLab
Seamless integration of [Knowledge-Repo](https://github.com/airbnb/knowledge-repo) and [JupyterLab](https://github.com/jupyterlab/jupyterlab)---
[](https://github.com/timkpaine/knowledgelab/actions/)
[]()
[](https://codecov.io/gh/timkpaine/knowledgelab)
[](https://pypi.python.org/pypi/knowledgelab)
[](https://pypi.python.org/pypi/knowledgelab)
[](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)