Jupyter-PowerShell
Jupyter-PowerShell copied to clipboard
Issues running in Jupyterhub
I cannot seem to get the is to work in the jupyterhub setup. I have installed everything correct but receive a consisted traceback error. this is the error I receive anytime I try to run any type of code in the Notebook.
Traceback (most recent call last): File "/opt/tljh/user/lib/python3.6/site-packages/powershell_kernel/kernel.py", line 62, in do_execute self.__createProxy() File "/opt/tljh/user/lib/python3.6/site-packages/powershell_kernel/kernel.py", line 51, in __createProxy repl = subprocess_repl.SubprocessRepl([powershell_command, '-noninteractive', '-noprofile', '-File', '-']) File "/opt/tljh/user/lib/python3.6/site-packages/powershell_kernel/subprocess_repl.py", line 29, in init stderr=subprocess.STDOUT, stdin=subprocess.PIPE, stdout=subprocess.PIPE) File "/opt/tljh/user/lib/python3.6/subprocess.py", line 709, in init restore_signals, start_new_session) File "/opt/tljh/user/lib/python3.6/subprocess.py", line 1344, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'pwsh': 'pwsh'
Any help is greatly appreciated.