Skip to content

Releases: aaronkollasch/jupyter-o2

Jupyter-O2 1.1.4

13 Jun 22:06
1.1.4
5bbade7
Compare
Choose a tag to compare

Fixed

  • Increased login timeout from 10 seconds to 60 seconds to reduce timeout errors

Jupyter-O2 1.1.3

06 Mar 16:53
1.1.3
33b6483
Compare
Choose a tag to compare

Added

  • Option to use SSH public key authentication #14
  • Better warning messages for X11 DISPLAY error #15

Jupyter-O2 1.1.2

28 Nov 04:03
1.1.2
f2dcc5e
Compare
Choose a tag to compare

Added

  • Check for available updates #13

Jupyter-O2 1.1.1

24 Nov 19:02
1.1.1
3e4fc51
Compare
Choose a tag to compare

Added:

  • Fix segmentation fault on import Quartz
  • Fix try_quit_xquartz() in recent versions of macOS (Use the config option KEEP_XQUARTZ if quitting XQuartz is not desired.)
  • Remove check for root prompt at login()

Jupyter-O2 1.1.0

25 Oct 20:56
1.1.0
b654abc
Compare
Choose a tag to compare

Jupyter-O2 detects and responds to Duo two-factor authentication
prompts automatically, requesting a Duo push by default.
This means that the arguments --2fa --2fa-code 1 are no longer
required to use two-factor authentication; --2fa now has no effect.

Added:

  • Automatic detection and handling of 2FA prompts #10
  • More error messages in case of job submission errors #11
  • Interactive mode for responding to 2FA prompt #2

Jupyter-O2 1.0.6

25 Oct 17:11
1.0.6
8b5875c
Compare
Choose a tag to compare

Added:

  • Better error message if two-factor authentication fails
  • Warning if two-factor authentication is set incorrectly
    for the computer's network location

Jupyter-O2 1.0.5

06 Jun 19:00
1.0.5
7c660cb
Compare
Choose a tag to compare

Removed:

  • This version removes compatibility with Python 2.7, which has not been supported since version 1.0.2.

Improvements:

  • Added warning message for a common error if two-factor authentication is not used

Fixes:

  • Fixed moving to a new jupyter port if the original port was occupied

Updates:

  • Updated packaging system for PEP 517
  • Raised minimum dnspython version to 2.0

Jupyter-O2 1.0.4

02 Feb 15:27
1.0.4
86ece22
Compare
Choose a tag to compare

Fixes:

  • #3 Improved handling of hostname decode error

Enhancements:

  • Added option to change SLURM partition

Jupyter-O2 1.0.2

24 Aug 11:04
1.0.2
0142d67
Compare
Choose a tag to compare

Enhancements:

  • #6 Jupyter-O2 now requires only a single ssh session. The second ssh session is now disabled by default and can be re-enabled in the config file.

Jupyter-O2 1.0.1

14 Jul 20:45
1.0.1
0bbc18b
Compare
Choose a tag to compare

Fixes:

  • #3 Made hostname decode error more readable
  • #5 Disabled timeout when starting interactive session

Enhancements:

  • #4 Improved README