Jupyter Notebook Use summary pycharm

Source: Internet
Author: User
Tags jupyter jupyter notebook
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 ↩

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.