Conversation
|
The build is running without error, but when you create a new notebook there is only the python3 kernel available. Something is still missing. The pypi package selenium does not contain the jupyter kernel part, that's the main reason for the error. Need to check how the kernel driver can be installed. |
|
I just released current master to pypi (selenible-0.0.3). Please try it.
|
|
The image build works, but jupyter says no kernel found when I open a saved notebook and shows only python3 for new notebooks. There is still something missing. Don't merge this pull, I tried several things and the commits are not finished. |
I got errors during docker build (jupyter kernel install searched in wrong path). Changed the path, kernel imports now.
Changed the RUNs to optimize layers and image size.