python jupyter magic命令片段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python jupyter magic命令片段相关的知识,希望对你有一定的参考价值。

# jupyter notebookのマジックコマンド

# 宣言している変数の確認
%whos 
%whos <Type_Name> # Typeでフィルタリングも可能

# 環境変数の取得と設定
%env
%env PATH1=/path/to/file

# グラフ画像の解像度を上げる
%config lnlineBackend.figure_format = "retina"
a
# 処理時間の計測
%time x = map(lambda x: 2 * x, range(100))

# shellの実行
%%bash
echo $PATH1

以上是关于python jupyter magic命令片段的主要内容,如果未能解决你的问题,请参考以下文章

如何在Python中快速画图——使用Jupyter notebook的魔法函数(magic function)matplotlib inline

python jupyter快速运行片段

jupyter book的使用

Jupyter notebook中的Cell and Line Magics

在 jupyter notebook 中通过 cell magic 运行参数化 bigquery

Jupyter Notebook的魔法