当前位置:网站首页>How does jupyter notebook directly output the values of multiple variables after running?
How does jupyter notebook directly output the values of multiple variables after running?
2022-06-13 08:40:00 【zhengqiqiqinqin】
jupyter notebook How to output the values of multiple variables directly after running ?
# introduce Python package , stay jupyter notebook Multiple variables can be output directly after running Pay attention to case
from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"
name="lisi"
age= 30
name
age
Output :
'lisi'
30
The screenshot is as follows :
边栏推荐
- JS - set countdown for Date object case
- Wrap dynamically created child elements in dynamically created structures
- Dest0g3 520 orientation
- Bidirectional retransmission step experiment
- How to efficiently manage commodities and inventory in the beverage wholesale industry
- Undefined and null in JS
- JS array using the reduce() method
- Emotion handling skills
- 【Pycharm踩坑记录】配置远程运行后提示,[Errno 2] No such file or directory
- Deploy Yum warehouse and NFS shared services
猜你喜欢
MySQL installation and configuration under Windows
Invalid flex layout setting width
VS安装VAssistX插件导致WPF-XAML文件输入中文出现乱码问题解决方案
How about a well-known food material distribution information management system?
WARNING:tornado. access:404 GET /favicon. ICO (172.16.8.1) 1.84ms [with static file settings]
Using KVM to create three virtual machines that can communicate with local area network
[notes] like the solution to the problem of slow query (index + explicitly specifying query fields)
Svg text stroke effect
Format_ String_ Server
Wrap dynamically created child elements in dynamically created structures
随机推荐
MySQL query exercise
d3.js&nvd3. JS - how to set the y-axis range - d3 js & nvd3. js — How to set y-axis range
Mobile terminal development I: basic concepts
MySQL sorts according to the specified order of the specified fields
1.SolidWorks各模块的学习顺序
Mongodb test case
Homestead environment setup
Why do wholesalers use the order system
redis. exceptions. ConnectionError: Error 111 connecting to 172.16.8.128:6379. Connection refused.
Namespace in TS (1)
Explanation of JS event loop mechanism and asynchronous tasks
Several precise order receiving methods suitable for fresh food wholesale industry
2、 Three ways to write JS code
Buuctf web (VI)
Namespace in TS (2)
淘宝商品历史价格接口/商品历史价走势接口代码对接分享
Dest0g3 520 orientation
Document contains question type
情绪处理技巧
JS - max. of array cases