Setting up Jupyter Notebook
Have you ever encountered this scenario? Using Jupyter notebook but no access to your conda environment? Don’t fret, I will walk you through from creation of...
Have you ever encountered this scenario? Using Jupyter notebook but no access to your conda environment? Don’t fret, I will walk you through from creation of...
I will be showing how to setup OpenDistro Elasticsearch (ES) with TLS for Windows.
This post is based on a tutorial: Installing Tensorflow with CUDA, cuDNN and GPU support on Windows 10 from Dr. Joanne Kitson.
DigitalOcean offers affordable VPS for teams to collaborate anywhere in the world. It’s very easy to set up Linux servers on the platform. I will document ...
Recently, I wanted to experiment with blockchain. Instead of setting up a VM on my Macbook, I decided to set up a VPS on cloud instead. I have tried Digital ...
Below are some shortcuts for setting up a python project.
How to save Github credentials on Cloud9? Steps: Git clone the repo into C9 using the SSH link, not the HTTPS link. Go to c9.io/account/ssh and copy t...
Start a new Django Project mkdir django-tutorials cd django-tutorials django-admin startproject mysite