Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"metadata": {},
"outputs": [],
"source": [
"from __future__ import print_function\n",
"%matplotlib inline\n",
"from matplotlib.pyplot import plot, title\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import matplotlib.pyplot as plt
import numpy as np
from matplotlib.pyplot import plot, title
Expand Down
23 changes: 23 additions & 0 deletions news/rmpy2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* Remove Python 2 code from ``linefit`` example.

**Fixed:**

* <news item>

**Security:**

* <news item>
Loading