#!/bin/bash
#
############################################################################
# Name: sswidl_jupyter
#
# Purpose: Initialization Script for SSW
#
# Calling Sequence:
#    source setup.ssw
#    source ssw_init
#    open jupyter notebook
#
# Keywords:
#   bin - use binary startup file if available 
#   nox - skip X-windows default setup
#   ahead - put users IDL_PATH ahead of SSW paths
# 
# 28-August-2020 Shelbe Timothy - Repurpose ssw_idl.csh to initialize SSW
#		Library without launching IDL. Required to use SSW routines
# 		with Jupyter notebooks.
############################################################################

csh -c "source $SSW/gen/setup/setup.ssw; source /archive/ssw/packages/notebooks/setup/ssw_init.csh;jupyter notebook; exec bash"



