Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jupyter notebook double output

I have a problem with double output! It irritates me. enter image description here

It happens with every output. Please help!

like image 363
Elks Avatar asked Jun 15 '18 09:06

Elks


People also ask

What does == mean in Jupyter?

== is an equality operator.

What is %% capture in Python?

IPython has a cell magic, %%capture , which captures the stdout/stderr of a cell. With this magic you can discard these streams or store them in a variable. from __future__ import print_function import sys. By default, %%capture discards these streams. This is a simple way to suppress unwanted output.


1 Answers

I've fixed this by restarting the kernel and the re-loading the web page (i.e. F5).

like image 165
maxywb Avatar answered Sep 27 '22 20:09

maxywb