This is a collection of extensions to vscode made by data scientists (like me!) for data scientists.
Allows running jupyter notebooks in their full glory in vscode.
Allows remotely editing a file system via a jupyter notebook server.
Airbnb knowledge repo integration (button to publish md, rmd, ipython)
airflow integration (what would this even look like?)
Markdown based interactive shell (ie rmarkdown but a polyglot notebook that can run many languages)
Markdownx based interactive shell
Remote search
Remote terminal
Integrate the remote file system add on/notebooks with the python extension
5 + 6 are dependent on vscode finalizing some apis
3 + 4 would be a lot easier if (this pull request)[] gets accepted.
As a hold-over until the terminal api is finalized, maybe we could create some sort of interactive bash script tool that could run in a web view or via some editor extensions.
SQL IDE that uses sqlalchemy + python (+ optionally jupyter for remote execution) to connect to arbitrary databases.
More integrated experience for remote debuggin (bundle the debugger with a jupyter server? )
[] Modularize the packages in this repository so that they share code better.
[] Create bundles of packages for release.