Skip to content

Instantly share code, notes, and snippets.

View mdalvi's full-sized avatar
:electron:
The Call of Cthulhu

Milind Dalvi mdalvi

:electron:
The Call of Cthulhu
View GitHub Profile
@https://stackoverflow.com/questions/28831854/how-do-i-add-python3-kernel-to-jupyter-ipython
jupyter kernelspec list
@mdalvi
mdalvi / my_environment_setup.txt
Last active May 1, 2018 16:07
Environment setup instructions (Ubuntu Linux)
@https://medium.com/@GalarnykMichael/install-python-on-ubuntu-anaconda-65623042cb5a
@https://www.anaconda.com/download/#linux
Install_Anaconda_Ubuntu_Python3.sh
cd ~
wget https://repo.continuum.io/archive/Anaconda3-4.2.0-Linux-x86_64.sh
bash Anaconda3-4.2.0-Linux-x86_64.sh -b -p ~/anaconda
rm Anaconda3-4.2.0-Linux-x86_64.sh
echo 'export PATH="~/anaconda/bin:$PATH"' >> ~/.bashrc
source .bashrc
@mdalvi
mdalvi / ta-lib_64-bit_installation.md
Last active April 21, 2024 08:32
ta-lib 64-bit Installation on Windows 10

Here are the instructions to build the 64-bit ta-lib.

Install TA-Lib C Library on Windows 10

  • Download and Unzip ta-lib-0.4.0-msvc.zip
  • Move the Unzipped Folder ta-lib to C:\
  • Download and Install Visual Studio Community 2015
  • Remember to Select [Visual C++] Feature
  • Build TA-Lib Library
  • From Windows Start Menu, Start [VS2015 x64 Native Tools Command Prompt]