How to change the default browser used by jupyter notebook in windows

Thanks to @Darthbith and this post How to change the default browser used by the ipython/jupyter notebook in Linux? I was able to figure it out: Step 1: To open Anaconda Prompt from the Start Menu and type # for old notebook and JupyterLab < 3.0, or jupyter notebook –generate-config # for new nbclassic and … Read more

Unable to import sqlite3 using Anaconda Python

I got this working on windows by downloading: the sqlite3 dll (find your system version) And placing it into the folder: C:\Users\YOURUSER\Anaconda3\DLLs (Depending on how you installed Anaconda, this may have to be placed into the following folder: C:\ProgramData\Anaconda3\DLLs) According to @alireza-taghdisian, you can locate the exact path of your conda environments (where you need … Read more

Anaconda Python: where are the virtual environments stored?

If you activate the environment you’re interested in, you can find that answer in the environment variables. on MacOS/Linux: source activate python35 echo $CONDA_PREFIX on Windows: conda activate python35 echo %CONDA_PREFIX% You can also run conda info –envs, and that will show the paths to all your environments. To get the path to the instance … Read more

conda update CondaHTTPError: HTTP None

My original answer got flagged as duplicate because I answered a similar question with the same answer, I wasn’t aware that this is not allowed. I have marked my other response as a duplicate. Hopefully, this stays up! I almost spent two days running in circles trying all the solutions I could find on the … Read more

How to install my own python module (package) via conda and watch its changes

If you install the conda build package (and you have a package, not just a script), you can install in “editable” mode: conda develop . (running from the directory with your script). This is very similar to the “editable” mode from pip pip install -e . Either approach lets you uninstall packages with either conda … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)