Top 6 TypeScript Ipython Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
hydrogen
:atom: Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.
-
This is possible to do with ipywidgets [0] and all the ipy[stuff] packages.
bqplot [1] for example is great for 2D dataviz, very responsive and updates real-time. Based on D3 I believe. Usually I can do what I want with base widgets and bqplot and the result is pretty.
ipyleaflet is another popular library for maps.
I especially enjoy using them with voila [2] to create an app, or voici [3] for a pure-frontend (wasm) version.
If you want to develop a widget, the new-ish anywidget library can reveal handy [4]
[0] https://ipywidgets.readthedocs.io/en/stable/
[1] https://github.com/bqplot/bqplot
[2] https://voila.readthedocs.io/en/stable/
[3] https://voici.readthedocs.io/en/latest/
[4] https://anywidget.dev/
-
jupyterlab-lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
-
vscode-jupyter-python
Run automatically-inferred Python code blocks in the VS Code Jupyter extension (by kylebarron)
TypeScript Ipython discussion
TypeScript Ipython related posts
Index
What are some of the best open-source Ipython projects in TypeScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | nteract | 6,218 |
2 | dtale | 4,823 |
3 | hydrogen | 3,929 |
4 | bqplot | 3,643 |
5 | jupyterlab-lsp | 1,839 |
6 | vscode-jupyter-python | 37 |