jupyter-notebook - 从 IJulia 输出中删除科学记数法?

标签 jupyter-notebook julia jupyter-lab

如何从 Jupyter/IJulia 输出中删除科学记数法并仅获取原始浮点数?
enter image description here

最佳答案

Formatting 包也可以帮助:

julia> x = 1.23456e8
1.23456e8

julia> using Formatting

julia> format(x)
"123456000"

julia> format(x, commas=true)
"123,456,000"

关于jupyter-notebook - 从 IJulia 输出中删除科学记数法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58017862/

相关文章:

julia - 在 Julia 中添加和调用 Dict 函数

python - jupyterlab 不显示 png 图像

jupyter-notebook - 修改或钩入 Jupyter 的 tab 补全

python - 如何将 conda 环境添加到 jupyter 实验室

r - 如何更改 Jupyter 中 R 图的大小?

windows - 在 Windows 10 (Anaconda) 中将 ipynb 文件与 Jupyter notebook 相关联

julia - 如何从 Julia 0.4-pre 中的 now() 获得毫秒数?

regex - Notepad++ 用括号替换括号

python - 使用 Jupyter Lab 编辑幻灯片

jupyter-notebook - 让 Pygments 为我的细胞结果工作