Releases: OSC/bc_osc_jupyter_spark
Releases · OSC/bc_osc_jupyter_spark
Version v0.6.1
- Added Jupyter Spark to Pitzer Cluster.
- Updated the js for the form to handle the different versions of Jupyter and Spark on the differing clusters.
- Added environment variables to be used for the
py4j.zip
files which were previously hard-coded.
version 0.6.0
[0.6.0] - 2021-08-13
Changed
- 15 changed the versions of supported
jupyter versions and dropped support for 0.35 for security updates.
version 0.2.3
Changed
- Update where xalt is loaded
version 0.2.2
Added
- Added xalt
version 0.2.1
Changed
- Increased timeout from 60 to 120 seconds.
- Added timestamps in output to make debugging easier.
version 0.2.0
Changed
- Changed system Python module from
python/3.5
topython/3.6
. - Use custom Jupyter Notebook module provided by SciApps.
version 0.1.0
Added
- Added the Python module on OSC Owens as a Jupyter kernel.
- Added support to copy over tutorials/workshops to user's home directory.
- Added button to connection panel to directly access tutorial directory.
Changed
- Updated date in
LICENSE.txt
. - Renamed Account to Project.
- Changed the way we launch Jupyter notebook by now pointing to a custom
location for the Jupyter notebook installation. - Stopped using login shells to speed up process start times.
- Changed icon for "Launch Jupyter" button.
version 0.0.3
Fixed
- Disable randomized hash for string in Python 3.3+. #4
version 0.0.2
version 0.0.1
Added
- Initial release!