Trying to run the `run-notebook` command after a stock PyBERT install yields: ``` jupyter_client.kernelspec.NoSuchKernel: No such kernel named python3 ``` This can be fixed, by adding `ipykernel` as a dependency.
Trying to run the
run-notebookcommand after a stock PyBERT install yields:This can be fixed, by adding
ipykernelas a dependency.