pycharm Jupyter
Multi-Environment Jupyter configuration 1
Activate TensorFlow
Conda install notebook ipykernel ipthon kernel install--user
Pycharm Switch to TensorFlow working environment, new *IPNB file, run. jupyter Drawing Black font display in Pycharm
Using the Matplotlib plot figure tick and the text color is black.
Solution:
1. Set Pycharm text background: setting→
2. Set Pyplot drawing background color to white via rcparams
From matplotlib import rcparams
rcparams[' Figure.facecolor ']= (1,1,1,1)
jupyter shortcut Keys
Jupyter notebook shortcut keys jupyter Themes
Github
Custom Configuration
Jt-t grade3-t-n-f Inconsolata-ofs 10
Reset
Jt-r
Modify keyword Color
CSS File:c:\users\your_name.jupyter\custom\custom.css
Line No. 2654
. Cm-s-ipython Span.cm-keyword {
color: #66D971; /*713bc5*/
Font-weight:bold; /*normal*/
}
color: #66D971; weight:bold
jupyter Add markdown Content directory
Conda install-c Conda-forge jupyter_contrib_nbextensions
Open Jupyter Notebook and check "Table of Contents (2)" 2 references under its (new) nbextensions tab python Jupyter notebook Various use method records • Continuous update jupyter and Pycharm remote development How to change default Anaconda python environment you to set the default Python path for Anaconda? Using both Python 2.x and Python 3.x in IPython Notebook↩python Jupyter notebook Various methods of use recording ↩