How do I 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

How to fix “‘jupyter’ is not recognized as an internal or external command, operable program or batch file” when running Jupyter on Windows?

If you are absolutely sure that your Python library path is in your system variables (and you can find that path when you pip install Jupyter, you just have to read a bit) and you still experience “command not found or recognized” errors in Windows, you can try: python -m notebook For my Windows at … Read more

Where should I place my settings and profiles for use with IPython/Jupyter 4.0?

First of all, check what’s in your ~/.jupyter/ folder. Some of the comments under the question mention you have a file named “MIGRATED” that contains only a timestamp. If you are in this state, run the command: jupyter notebook –generate-config which will create a new file ~/.jupyter/jupyter_notebook_config.py. If you already have this file, you don’t … Read more

Using Jupyter behind a proxy

Way easier: Just add the following to your notebook: In [1]: import os os.environ[‘http_proxy’] = “http://user:passwd@host:port” os.environ[‘https_proxy’] = “https://user:passwd@host:port” after that, requests will work OK=200, e.g. In [2]: import requests requests.get(“https://google.com”) Out[2]: <Response [200]>

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