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 =
As per Georgy's suggestion, this was caused by Node.js not being installed.