Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying IPython Notebook Essentials
  • Table Of Contents Toc
IPython Notebook Essentials

IPython Notebook Essentials

By : Martins
3.7 (3)
close
close
IPython Notebook Essentials

IPython Notebook Essentials

3.7 (3)
By: Martins

Overview of this book

If you are a professional, student, or educator who wants to learn to use IPython Notebook as a tool for technical and scientific computing, visualization, and data analysis, this is the book for you. This book will prove valuable for anyone that needs to do computations in an agile environment.
Table of Contents (10 chapters)
close
close

Importing modules

The steps to load some of the important modules are as follows:

  • To load NumPy and matplotlib to work interactively, along with inline graphics, run the following command:
    pylab inline
    
  • To load NumPy and matplotlib without importing names into the current namespace, with inline graphics, run the following command line:
    pylab -–no-import-all inline
    
  • To load SciPy modules, use any of the following standard Python import commands:
    import scipy.<module>
    import scipy.<module> as <local-name>
    from scipy.<module> import <function>
    

If the –no-import-all options is used, the functions and objects have to be prefixed by the appropriate module name as follows:

  • For NumPy functions and objects, use numpy or np.
  • For interactive graphics, use pyplot or plt.

Modules from libraries installed in the system as well as the user-created modules with the.py extension can be imported through the standard Python mechanism.

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
IPython Notebook Essentials
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon