Closed Virviil closed 5 years ago
@Virviil, this is really cool. Could you please also add a small note to the README.md file about this?
@pprzetacznik I've added notebook-as-example because no need to add this to the readme - it's common behavior for all the other kernels. Can you please check out the failing CI?
@pprzetacznik CI is fixed 👍
Thanks! :)
The problem
When the notebook is started, we sometimes need to import files or modules from relative paths from the file. For example:
In order to do this, jupyter can be started from the relevant folder. In elixir, we can check the folder name using
This PR allows kernel to resolve the current working directory properly.