Skip to content

Commit

Permalink
Add visual studio code and small changes on array_objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Hofer authored and Julian Hofer committed May 15, 2019
1 parent 1108ea3 commit e5dd505
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions intro/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ will get you far. Here are several good easy-to-use editors:
* `PyCharm <https://www.jetbrains.com/pycharm>`_: integrates an IPython
console, notebooks, a debugger... (freely available,
but commercial)
* `Visual Studio Code <https://code.visualstudio.com/docs/languages/python>`_:
itegrates a Python console, notebooks, a debugger, ...
* `Atom <https://atom.io>`_

Some of these are shipped by the various scientific Python distributions,
Expand Down
6 changes: 6 additions & 0 deletions intro/language/first_steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Start the **Ipython** shell (an enhanced interactive Python shell):
`EPD`_ menu if you have installed one of these scientific-Python suites.

.. _`Python(x,y)`: https://python-xy.github.io/
* **or** by starting the program from a menu, e.g. the `Anaconda Navigator`_,
the `Python(x,y)`_ menu or the `EPD`_ menu if you have installed one of these
scientific-Python suites.

.. _`Anaconda Navigator`: https://anaconda.org/anaconda/anaconda-navigator
.. _`Python(x,y)`: http://www.pythonxy.com/
.. _`EPD`: http://store.enthought.com/

.. tip::
Expand Down
4 changes: 2 additions & 2 deletions intro/numpy/array_object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -370,13 +370,13 @@ Start by launching IPython:

.. sourcecode:: bash

$ ipython
$ ipython # or ipython3 depending on your install

Or the notebook:

.. sourcecode:: bash

$ ipython notebook
$ jupyter notebook

Once IPython has started, enable interactive plots:

Expand Down

0 comments on commit e5dd505

Please sign in to comment.