I installed jupyter using poetry. Typing the command 'jupyter' returns a list options I have available, so the installation was a success, but when I run the command 'jupyter notebook' an error appears saying some modules cannot be found.
On further investigation I discovered some package files on my machine are missing when compared to the project's github repository. Is poetry not working properly, or is the repository which poetry is downloading the files from (pypi?) not up-to-date?