stared / livelossplot

Live training loss plot in Jupyter Notebook for Keras, PyTorch and others
https://p.migdal.pl/livelossplot
MIT License
1.29k stars 143 forks source link

How can I inline with OS X? #43

Closed shamoons closed 5 years ago

shamoons commented 5 years ago

I'm not running from a Jupyter notebook, instead I'm running in Python directly (on OS X). How can I force inline?

stared commented 5 years ago

@shamoons Please provide a full description. If you mean writing scripts from Terminal (it's not called inline), as in $ python3 my_script.py, then so far it isn't possible.

How do you envision that?

With Bokeh interface, or after adding Neptune connectors, it will be possible, but it is still in the roadmap.

shamoons commented 5 years ago

Correct, I'm running from terminal. I'm not sure to be honest. Maybe some sort of opencv implementation for live updates?