Skip to content

Commit

Permalink
SciPy cos no longer exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Aug 12, 2024
1 parent 2ea2f97 commit f440663
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions jupyter-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ book. These packages will consistently be imported like so:

import sympy as sm
import numpy as np
import scipy as sp
import matplotlib.pyplot as plt

This will allow you to keep the namespaces separate so that there are no
Expand All @@ -482,10 +481,6 @@ trigonometric functions:

np.cos(12.0)

.. jupyter-execute::

sp.cos(12.0)

and there may be times when you want to use more than one version of ``cos()``
in a single namespace.

Expand Down

0 comments on commit f440663

Please sign in to comment.