Skip to content

Commit

Permalink
Merge pull request #25 from ericpre/release_v2_2
Browse files Browse the repository at this point in the history
Release v2.2.0
  • Loading branch information
ericpre authored Jul 2, 2020
2 parents b39b845 + 2efd179 commit d09d0b9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 15 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
-----
The is a minor release:

* Add support for Caja file manager (Linux).
* Improve documentation (README.rst).
* Add test suite on Linux and Windows, setup Travis and Appveyor.
* Add support for Nemo file manager (Linux/Cinnamon).
* Add support for Caja file manager (Linux/MATE).
* Add option to select a specific file manager (Linux).
* Remove unnecessary dependencies.
* Add support for Dolphin file manager (Linux).
* Add support for Dolphin file manager (Linux/KDE).

2.1.0
-----
Expand Down
23 changes: 11 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ the environment will be specified in brackets in the context menu name.
Microsoft Windows
~~~~~~~~~~~~~~~~~

.. raw:: html
.. figure:: https://github.com/hyperspy/start_jupyter_cm/raw/master/images/jupyter_cm_windows.png
:alt: Jupyter context menu entries in windows
:width: 250px

<img src="https://github.com/hyperspy/start_jupyter_cm/raw/master/images/jupyter_cm_windows.png"
alt="Jupyter context menu entries on windows." width="250px" /><br />
Jupyter context menu entries in windows.

Jupyter context menu entries on windows.

In addition to starting the QtConsole, the Jupyter Notebook or the Jupyter Lab,
and launching the default browser, in Microsoft Windows the process runs from
Expand All @@ -58,13 +58,13 @@ On linux, the supported file managers are: Nautilus (GNOME), Caja (MATE), Dolphi
With Nautilus and Caja, the shortcut will appear in the *Scripts* menu and with
Dolphin, it will appear in the *Actions* menu.

.. raw:: html

<img src="https://github.com/hyperspy/start_jupyter_cm/raw/master/images/jupyter_cm_gnome.png"
alt="Jupyter context menu entries on Linux (Nautilus)." width="450px" /><br />
.. figure:: https://github.com/hyperspy/start_jupyter_cm/raw/master/images/jupyter_cm_gnome.png
:alt: Jupyter context menu entries in Nautilus
:width: 450px

Jupyter context menu entries on Linux (Nautilus).


When selecting multiple folders, one instance of Jupyter
QtConsole/notebook/lab opens in each of the selected folders. Selecting a
file starts Jupyter in the file directory.
Expand All @@ -78,10 +78,9 @@ can discover all running servers and shut them down using via an UI.
macOS
~~~~~

.. raw:: html

<img src="https://github.com/hyperspy/start_jupyter_cm/raw/master/images/jupyter_cm_macos.png"
alt="Jupyter context menu entries on macOS." width="450px" /><br />
.. figure:: https://github.com/hyperspy/start_jupyter_cm/raw/master/images/jupyter_cm_macos.png
:alt: Jupyter context menu entries in macOS
:width: 450px

Jupyter context menu entries on macOS.

Expand Down
Binary file modified images/jupyter_cm_gnome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/jupyter_cm_macos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
author="The HyperSpy Developers",
description="Add entries to start Jupyter from context menu.",
long_description=long_description,
long_description_content_type="text/x-rst",
license="BSDv3",
url="https://github.com/hyperspy/start_jupyter_cm",
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion start_jupyter_cm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.2.dev"
__version__ = "2.2.0"

0 comments on commit d09d0b9

Please sign in to comment.