-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jupyter Notebbok 101 #1
Comments
If you want Python code to execute, then you would put the Python code into a regular Code cell (the default) in the Notebook. Jupyter automatically adds syntax highlighting to Python code in Code cells. The example I showed in my screenshots is a Markdown cell. You can change the cell type in the toolbar at the top of the Notebook |
Thank you Mike. Very helpful.
Jaime
From: Mike Driscoll ***@***.***>
Date: Tuesday, July 6, 2021 at 2:10 PM
To: driscollis/reportlabbookcode ***@***.***>
Cc: Benitez,Jaime ***@***.***>, Author ***@***.***>
Subject: Re: [driscollis/reportlabbookcode] Jupyter Notebbok 101 (#1)
[External Email]
If you want Python code to execute, then you would put the Python code into a regular Code cell (the default) in the Notebook. Jupyter automatically adds syntax highlighting to Python code in Code cells.
The example I showed in my screenshots is a Markdown cell.
You can change the cell type in the toolbar at the top of the Notebook
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_driscollis_reportlabbookcode_issues_1-23issuecomment-2D874975199&d=DwMCaQ&c=sJ6xIWYx-zLMB3EPkvcnVg&r=UNlfRzxD2_S0Y6hdEoh-u4cAHQEBZzlQUv0yJ5c3_Qk&m=9tp3C-jPpV7J5ZxdSZJQQLhE89K42wwLVXWCQ_bPM4I&s=DVEoM2j6R0g4LS68Z7d5xcwQpy499FF6bsUpZIl6pzU&e=>, or unsubscribe<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AOEYBBL5W4L7FUI5ULZBMF3TWNBHPANCNFSM4725U6KA&d=DwMCaQ&c=sJ6xIWYx-zLMB3EPkvcnVg&r=UNlfRzxD2_S0Y6hdEoh-u4cAHQEBZzlQUv0yJ5c3_Qk&m=9tp3C-jPpV7J5ZxdSZJQQLhE89K42wwLVXWCQ_bPM4I&s=EOri-glxWgd8xIOhgHgLoajMymrg4lxl6sJQ1CGnFWQ&e=>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Mike. I am working on the 4th edition of a textbook for Wiley and want to include in it Jupyter notebooks for mathematical calculations. Is there a way to change the appearance of the code in the notebooks such that color is avoided and everything shows in black and white?
Best regards,
Jaime Benitez
The text was updated successfully, but these errors were encountered: