简体   繁体   English

在分析庞大的数据集并使用 plotly 绘图时,如何减小 Jupyter Notebook 的大小?

[英]How can i reduce the size of my Jupyter Notebook where i am analyzing a huge dataset and plotting using plotly?

The size of my jupyter notebook at this moment is 417 MB.此时我的 jupyter 笔记本的大小是 417 MB。 I am analyzing 7 huge csv files at the same time and plotting figures using plotly.我正在同时分析 7 个巨大的 csv 文件并使用 plotly 绘制数字。 I am fairly new to coding.我对编码相当陌生。 Is it normal to create such huge notebooks?制作这么大的笔记本正常吗? Thank you.谢谢你。

Select the Cell -> then select All Outputs -> There you will find Clear option select that.选择Cell -> 然后选择All Outputs -> 在那里你会发现Clear选项选择。 And then save the file.然后保存文件。 This will reduce the size of your file (From MBs to kbs).这将减小文件的大小(从 MB 到 kb)。 It will also reduce the time to load the notebook next time you open it in your browser.它还会减少您下次在浏览器中打开笔记本时加载笔记本的时间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何增加Jupyter笔记本单元格和文本的大小? - How can I increase the size of Jupyter notebook cells and text? Python 我可以在 jupyter notebook 外展示散景绘图吗? - Python can i present bokeh plotting outside jupyter notebook? 如何加快在Jupyter Notebook中创建的程序的速度? - How can I speed up my program created in Jupyter Notebook? 如何在虚拟环境中运行jupyter notebook? - How can I run jupyter notebook from my virtual environment? 如何在 jupyter notebook 中恢复我的表以前的 state? - How I can recover the previous state of my table in jupyter notebook? 我如何优化我在庞大数据集上的嵌入转换? - How can i optimize my Embedding transformation on a huge dataset? 如何在Jupyter笔记本中将嵌入式离线绘图图表输出为图像? - How can I have an inline offline plotly chart output as an image in a jupyter notebook? 我如何使用谷歌云自动化我的 jupyter notebook? - How do i automate my jupyter notebook using google cloud? 如何使用pyspark在jupyter笔记本中显示我的csv数据文件 - How can i show my csv data file in jupyter notebook using pyspark 如何使用 jupyter notebook 修复 python 中的“语法错误”? - how can i fix the 'syntax error' in python using jupyter notebook?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM