Max 24.6 try to start Jupyter with nightly instead of the release version

Hello, I am new to Mojo/MAX. To learn, I am trying to use Mojo for a Udacity course that uses Python. I started with MAX 24.5 using Magic. I found what I think could be a bug in the standard library, but before posting about it, I wanted to check if the issue still exists in 24.6. After the upgrade, I found a bug in the start of the Jupyter kernel:
Failed to start the Kernel. configparser.NoSectionError: No section: 'mojo-max-nightly'. View Jupyter log for further details.
I tried to start a new project with 24.6, but I received the same error; downgrading to 24.5 fixed the issue. I think it is a bug for a release version to try to start the nightly version or to depend on the nightly configuration. Has someone encountered this error? is there a known workaround?
3 Replies
Ehsan M. Kermani (Modular)
Please create an issue here and fill in the details https://github.com/modularml/max/issues
GitHub
Issues · modularml/max
A collection of sample programs, notebooks, and tools which highlight the power of the MAX Platform - Issues · modularml/max
The Turing Taco Tales
GitHub
[BUG]: Jupyter Kernel fails to start in MAX 24.6 · Issue #277 · mod...
Bug description It is not possible to run a Jupyter Notebook using MAX 24.6, it tries to start the nightly kernel and fails with the following error: Failed to start the Kernel. configparser.NoSect...
PawnDuelAtDawn
I changed the line "mojo-max-nightly" to simply "mojo-max" and my Jupyter Lab can run mojo code.

Did you find this page helpful?