Had to feel tired of boring old-style IDE? or do you want to share your code in real-time? Try to use Jupyter!
Jupyter is a Tool to develop open-source software, open standards, and services for interactive computing across multiple programming languages.
Run Server
docker run -p 8888:8888 -v “$PWD”:/home/jovyan -e JUPYTER_ALLOW_INSECURE_WRITES=true –name jupyter-ts jupyterhub/singleuser
Login by browser
http://127.0.0.1:8888/notebooks/