-
-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
notebooks as is not running with julia 1.8.2 #45
Comments
I have similar problem in macos with julia version 1.8.5. Kernel just disconnects... in the terminal I get following messages.
|
I just deleted .toml files and made new environment where I loaded the needed packages. |
They do not work with 1.9.2 either. Please update the respective sections. Other than that, the material is good, although if the notebooks show the current state of the data science capabilities in Julia, Python is ahead by a large margin and it's probably best to only use Julia for the computationally expensive tasks within a model. |
I have Julia 1.8.2 running on a the Ubuntu WSL on a windows MSI machine.
When I pull this repo, I can go through the process as in Logan's video showing how to efficiently add all the needed packages, but when i then attempt to run the first notebook, and run the first cell with all the
using ...
statements, the kernel disappears and the cell number just goes blank and nothing happens. Suggestions on how to make this repo compatible with julia 1.8.2 are sought!thank you!
David Dooling
The text was updated successfully, but these errors were encountered: