jupyterlab interactive plot

后端 未结 5 1542
Happy的楠姐
Happy的楠姐 2020-11-29 18:33

I\'m getting into using Jupyterlab from Jupyter notebooks. In notebooks I used to use:

import matplotlib.pyplot as plt
%matplotlib notebook
plt.figure()
x =          


        
5条回答
提交回复
热议问题