ssciwr / dockerfile-kernel

Docker kernel for Jupyter Lab
MIT License
5 stars 1 forks source link

cd command without arguments fails #5

Closed MarvinWeitz closed 1 year ago

MarvinWeitz commented 1 year ago

Recreate:

[1] FROM ubuntu
[2] %shell
[3] cd

Expected output

None / Working directory changed to /

Actual Output

IndexError: list index out of range

MarvinWeitz commented 1 year ago

Not relevant anymore due to updated shell access

MarvinWeitz commented 1 year ago

Not relevant anymore due to updated shell access