aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorn8225 <n8225@users.noreply.github.com>2020-09-21 12:13:19 +0000
committerGitHub <noreply@github.com>2020-09-21 12:13:19 +0000
commita831a7355d7d4a84d0c5b318d9417192a129f3ec (patch)
tree4da3f8c96655b222448b561c32f6a6369e5691c2
parentMerge pull request #2222 from awesome-selfhosted/fix-depends-proprietary (diff)
parentJupyterLab: fix syntax, add missing ) (diff)
downloadawesome-selfhosted-a831a7355d7d4a84d0c5b318d9417192a129f3ec.tar.gz
awesome-selfhosted-a831a7355d7d4a84d0c5b318d9417192a129f3ec.zip
Merge pull request #2158 from hemaaanth/hemaaanth-add-jupyterlab
Add JupyterLab
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98c25e20..07defa6a 100644
--- a/README.md
+++ b/README.md
@@ -1377,6 +1377,7 @@ See **[Ticketing](#ticketing)**
- [ICEcoder](https://icecoder.net/) - ICEcoder is a web IDE / browser based code editor, which allows you to develop websites directly within the web browser. ([Demo](http://demo.icecoder.net/ICEcoder/), [Source Code](https://github.com/icecoder/ICEcoder)) `MIT` `PHP`
- [JS Bin](http://jsbin.com/) - Open source collaborative web development debugging tool. ([Source Code](https://github.com/jsbin/jsbin)) `MIT` `Nodejs`
- [Judge0 API](https://api.judge0.com) - Open source API to compile and run source code. ([Source Code](https://github.com/judge0/api)) `GPL-3.0` `Ruby`
+- [JupyterLab](http://jupyterlab.github.io/jupyterlab/) - Web-based environment for interactive and reproducible computing. ([Demo](https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/try.jupyter.org?urlpath=lab), [Source Code](https://github.com/jupyterlab/jupyterlab/)) `BSD 3-Clause` `Python/Docker`
- [Koding](http://www.koding.com/) - The simplest way to manage your entire Dev Infrastructure. ([Source Code](https://github.com/koding/koding)) `Apache-2.0` `Nodejs`
- [ML Workspace](https://github.com/ml-tooling/ml-workspace) - All-in-one web-based IDE for machine learning and data science. `Apache-2.0` `Docker`
- [Regexr](http://regexr.com/) - RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions. ([Source Code](https://github.com/gskinner/regexr)) `MIT` `Nodejs`