Computing Notebook with command line tools

I have been working on several data science projects which use BASH, Perl, golang, Python, sed, grep, and several command line applications. I would like to move these projects over to something like a Juypter notebook. I would like to create a notebook which has access to all the tools in my toolchain or my workflow.

Here are some links I am looking at:

Golang
https://techstacks.io/posts/7076/interactive-go-programming-with-jupyter
https://levelup.gitconnected.com/running-golang-on-jupyter-notebook-f7f9fba37812
https://github.com/gopherdata/gophernotes

C
https://jupyter.brynmawr.edu/services/public/dblank/CS240%20Computer%20Organization/2017-Fall/Notebooks/The%20C%20Programming%20Language.ipynb

C++
https://github.com/jupyter-xeus/xeus-cling

https://hub.docker.com/r/jupyter/datascience-notebook/

Multi-language
https://github.com/minrk/allthekernels
https://z-uo.medium.com/jupyter-with-multiple-languages-1ae58e98dc8e
https://vatlab.github.io/blog/post/sos-notebook/

https://nteract.io/
https://github.com/twosigma/beakerx

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.