No Display Name And No $display Environment Variable In Jupyter Notebook
I want to teach Python for kids. I want them to use Jupyter Notebook. To avoid the hassle of installation, I want them to use a free online Jupyter Notebook. I thought google's col
Solution 1:
Did you look at this issue:
ipython notebook - $DISPLAY variable error
Your problem might be solved if you run before:
%matplotlib inline
Post a Comment for "No Display Name And No $display Environment Variable In Jupyter Notebook"