- Running jupyter notebook (python)
- Plotting using Python Plotnine library
- I plot and below the output graphic is annoying "ggplot2: (number)" output
- Normally you would put a
;
at the end of your notebook cell, but it doesn't seem to supress the annoying output text when i use Plotnine (but it does obviously work for matplotlib, etc)
Any ideas ?
<ggplot: (8762473532957)>
pop up at the end of the output. Doesn't follow the standard matplotlib convention of just putting a;
at the end of your command, like you pointed out, need to have the `.draw();' at the end... – Soraya