You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use this kernel that works great in Jupyter.
I have created one notebook with this simple command - myUtility --version, and if build this notebook using jupyter book I have these errors:
Traceback (most recent call last):
File "/home/aborruso/.local/lib/python3.9/site-packages/jupyter_cache/executors/utils.py", line 51, in single_nb_execution
executenb(
File "/home/aborruso/.local/lib/python3.9/site-packages/nbclient/client.py", line 1087, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
File "/home/aborruso/.local/lib/python3.9/site-packages/nbclient/util.py", line 74, in wrapped
return just_run(coro(*args, **kwargs))
File "/home/aborruso/.local/lib/python3.9/site-packages/nbclient/util.py", line 53, in just_run
return loop.run_until_complete(coro)
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/aborruso/.local/lib/python3.9/site-packages/nbclient/client.py", line 540, in async_execute
await self.async_execute_cell(
File "/home/aborruso/.local/lib/python3.9/site-packages/nbclient/client.py", line 832, in async_execute_cell
self._check_raise_for_error(cell, exec_reply)
File "/home/aborruso/.local/lib/python3.9/site-packages/nbclient/client.py", line 740, in _check_raise_for_error
raise CellExecutionError.from_cell_and_msg(cell, exec_reply['content'])
nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell:
------------------
mlr --version
------------------
: 1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I use this kernel that works great in Jupyter.
I have created one notebook with this simple command -
myUtility --version
, and if build this notebook using jupyter book I have these errors:Is there a way to solve it?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions