[PYTHON] Browser specification of Jupyter Notebook in Windows environment

For those who cannot set the default browser as they like because the business system depends on a specific browser.

> jupyter notebook --generate-config

Edit ~ / .jupyter / jupyter_application_config.py generated by.

import webbrowser
webbrowser.register('chrome', None, webbrowser.GenericBrowser('C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe'))
c.NotebookApp.browser = 'chrome'
import webbrowser
webbrowser.register('firefox', None, webbrowser.GenericBrowser('C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe'))
c.NotebookApp.browser = 'firefox'

Recommended Posts

Browser specification of Jupyter Notebook in Windows environment
virtualenvwrapper in windows environment
Fill the browser with the width of Jupyter Notebook
Error running Jupyter Notebook in Anaconda virtual environment
How to use jupyter lab in Windows 10 local environment
Display HTML in Jupyter notebook
Multiprocessing error in Jupyter Notebook
Run Jupyter Notebook on windows
python3.8 venv environment jupyter notebook
Recommendation of Jupyter Notebook, a coding environment for data scientists
Machine learning with Jupyter Notebook in OCI Always Free environment (2019/12/17)
Reflect the virtual environment created with Miniconda in Jupyter notebook
Opens in a new window when launching Jupyter Notebook (Windows)
Install Jupiter Notebook on Windows with pip in proxy environment
View dynamic graphs in Jupyter notebook. (Inline display of D3.js)
Generate Jupyter notebook ".ipynb" in Python
Various Anaconda settings in Windows 10 environment
[MEMO] [Development environment construction] Jupyter Notebook
View graphs inline in Jupyter Notebook
UnicodeDecodeError occurs in pip (Windows environment)
Git management of Jupyter notebook (ipynb) differences in easy-to-read with JupyterLab
Resolve garbled Japanese characters in matplotlib of Jupyter Notebook on Docker
Morphological analysis of sentences containing recent words in Windows10 64bit environment
Jupyter Notebook 6.0.2 cannot be installed in the Python 2.7 environment created in Anaconda
Learn machine learning anytime, anywhere in an on-demand Jupyter Notebook environment
Error in ordinal number when importing Numpy in Anaconda environment of Windows
Memory leak in Python Jupyter Lab (Notebook)?
Using venv in Windows + Docker environment [Python]
Error "Entry point not found" when starting Jupyter Notebook in virtual environment
Build the execution environment of Jupyter Lab
How to execute commands in jupyter notebook
Set up Pipenv in Pycharm in Windows environment
Building scikit-learn in Windows 10 environment using Pycharm
GPU check of PC on jupyter notebook
Jupyter Notebook Basics of how to use
Python garbled in Windows + Git Bash environment
[Python] Reason for dtype "int32" in Numpy (Windows environment) (as of September 2020)
I want to use Python in the environment of pyenv + pipenv on Windows 10
To output a value even in the middle of a cell with Jupyter Notebook
A memorandum of how to execute the! Sudo magic command in Jupyter Notebook
Build a PYNQ environment on Ultra96 V2 and log in to Jupyter Notebook
How to make the font width of jupyter notebook put in pyenv equal width
How to install the deep learning framework Tensorflow 1.0 in the Anaconda environment of Windows
Run PIFuHD in Windows + Anaconda + Git Bash environment
Analytical environment construction with Docker (jupyter notebook + PostgreSQL)
Create an environment of 64bit Windows + python 2.7 + MeCab 0.996
Try using conda virtual environment with Jupyter Notebook
Install Python 3.5.1 + numpy + scipy + α in Windows environment
Coexistence of Anaconda 2 and Anaconda 3 in Jupyter + Bonus (Julia)
Try using Jupyter Notebook of Azure Machine Learning
Jupyter Notebook memo
Introducing Jupyter Notebook
python windows environment
Powerful Jupyter Notebook
Bash in Jupyter
Jupyter notebook password
Jupyter Notebook memo
Used from the introduction of Node.js in WSL environment
Operate mongoDB from python in ubuntu environment ① Introduction of mongoDB
Run Tensorflow from Jupyter Notebook on Bash on Ubuntu on Windows
The kernel of jupyter notebook can no longer connect