Showing posts with label anaconda. Show all posts
Showing posts with label anaconda. Show all posts

Monday, January 28, 2019

installing anaconda and jupyter in digitalocean

I have been frustrated lately trying to learn data science in my office (in my spare time) because of the SSL certificate issue. Every time I execute a command the error just popping up and I get a less patient and I say "Arrrrrr" and suddenly just pop in my mind, what if I will run anaconda and jupyter in my external server which my personal from digital ocean. and then the quest begins....


1. install the anaconda
https://www.digitalocean.com/community/tutorials/how-to-install-anaconda-on-ubuntu-18-04-quickstart

2. configure and run jupyter
https://www.digitalocean.com/community/tutorials/how-to-install-run-connect-to-jupyter-notebook-on-remote-server

ohhh, i'm invincible its only 2 steps.

 


Eureka!!!!!

Thursday, January 3, 2019

SSL error

error:





solution:

conda config --set ssl_verify False

(better approach)
conda config --set ssl_verify C:\Users\lynard\AppData\Local\Continuum\anaconda3\Library\ssl\Fortinet_CA_SSL.pem

Install and manage anaconda in windows



conda commands

list of environment
conda info --envs

create environment
conda create --name py36 python=3.6 pip numpy
activate py36
conda install matplotlib

to show packages installed
conda list --explicit
conda list --explicit > py36_reqs.txt
conda create --name py36_v2 -- file py36_reqs.txt

to remove environment
conda env remove --name pyside

to clone environment
conda create --name myclone --clone myenv


reference:
https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf
https://kapeli.com/cheat_sheets/Conda.docset/Contents/Resources/Documents/index (new)
https://www.youtube.com/watch?v=9Sfs7Fbvtdk














free online comma separating tool

https://delim.co/#