A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ipython/ipython/issues/1204/ below:

double newline from %loadpy in python notebook (at least on mac) · Issue #1204 · ipython/ipython · GitHub

I suspect that it double count /r/n as two new lines. When I use %loadpy from python notebook(from stable 0.12) I expect something like

import pickle
from itertools import product
#get tmp.pck from prepareplotdata.py
f = open('tmp.pck')
m = pickle.load(f)

But I got something like

import pickle

from itertools import product

#get tmp.pck from prepareplotdata.py

f = open('tmp.pck')

m = pickle.load(f)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4