Skip to content

Commit

Permalink
Support for %cd for Bash vatlab/jupyterlab-sos#11
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed May 8, 2018
1 parent 5c70131 commit 22942d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sos_bash/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class sos_Bash:
supported_kernels = {'Bash': ['bash']}
background_color = '#E6EEFF'
options = {}
cd_command = 'cd {dir}'

def __init__(self, sos_kernel, kernel_name='bash'):
self.sos_kernel = sos_kernel
Expand Down

0 comments on commit 22942d8

Please sign in to comment.