# AlgebraicPetri notebooks on Jupyter with Julla 1.11.5 errors

**URL:** https://discourse.julialang.org/t/algebraicpetri-notebooks-on-jupyter-with-julla-1-11-5-errors/130083
**Category:** Jupyter-Notebook
**Tags:** question
**Created:** [June 20, 2025, 10:09pm UTC](https://discourse.julialang.org/t/algebraicpetri-notebooks-on-jupyter-with-julla-1-11-5-errors/130083 "2025-06-20T22:09:57Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Keith\_Hazelton](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/keith_hazelton/32/208683_2.png) [@Keith\_Hazelton](https://discourse.julialang.org/u/Keith_Hazelton)
#### Post date: [June 20, 2025, 10:09pm UTC](https://discourse.julialang.org/t/algebraicpetri-notebooks-on-jupyter-with-julla-1-11-5-errors/130083/1 "2025-06-20T22:09:57Z")

</div>

I am getting many dependency errors when trying to run AlgebraicPetri.jl notebooks in Jupyter, I ran them succefully six months ago. Do those notebooks depend on a particular Julia kernel? I am attempting to use Julia 1.11.5

---

<div class="post-metadata">

### Author: ![Keith\_Hazelton](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/keith_hazelton/32/208683_2.png) [@Keith\_Hazelton](https://discourse.julialang.org/u/Keith_Hazelton)
#### Post date: [June 20, 2025, 10:21pm UTC](https://discourse.julialang.org/t/algebraicpetri-notebooks-on-jupyter-with-julla-1-11-5-errors/130083/2 "2025-06-20T22:21:33Z")

</div>

using IJulia  
using AlgebraicPetri

using OrdinaryDiffEq  
using Plots

[Info: Precompiling OrdinaryDiffEq [1dea7af3-3e70-54e6-95c3-0bf5283fa5ed] (cache misses: wrong dep version loaded (4), incompatible header (4))  
WARNING: could not import ArrayInterface.known\_length into FastBroadcast  
WARNING: could not import ArrayInterface.static\_length into Polyester  
WARNING: could not import ArrayInterface.static\_step into Polyester  
WARNING: could not import ArrayInterface.static\_first into Polyester  
WARNING: could not import ArrayInterface.StrideIndex into LayoutPointers  
WARNING: could not import ArrayInterface.offsets into LayoutPointers  
ERROR: LoadError: UndefVarError: `axes_types` not defined in `ArrayInterface`  
Stacktrace:

---

<div class="post-metadata">

### Author: ![Keith\_Hazelton](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/keith_hazelton/32/208683_2.png) [@Keith\_Hazelton](https://discourse.julialang.org/u/Keith_Hazelton)
#### Post date: [June 20, 2025, 10:24pm UTC](https://discourse.julialang.org/t/algebraicpetri-notebooks-on-jupyter-with-julla-1-11-5-errors/130083/3 "2025-06-20T22:24:54Z")

</div>

I am working with the IoTVolt.ipynb notebook

---

<div class="post-metadata">

### Author: ![slwu89](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/slwu89/32/217323_2.png) [@slwu89](https://discourse.julialang.org/u/slwu89)
#### Post date: [June 20, 2025, 11:10pm UTC](https://discourse.julialang.org/t/algebraicpetri-notebooks-on-jupyter-with-julla-1-11-5-errors/130083/4 "2025-06-20T23:10:07Z")

</div>

I can’t find that particular notebook in the repository. Could you provide a direct link? In general though, the AlgebraicJulia organization has been updating some of the base packages such as Catlab.jl so you may need to make sure that all of the dependencies are fully up to date.

---

<div class="post-metadata">

### Author: ![Keith\_Hazelton](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/keith_hazelton/32/208683_2.png) [@Keith\_Hazelton](https://discourse.julialang.org/u/Keith_Hazelton)
#### Post date: [June 22, 2025, 6:44pm UTC](https://discourse.julialang.org/t/algebraicpetri-notebooks-on-jupyter-with-julla-1-11-5-errors/130083/5 "2025-06-22T18:44:10Z")

</div>

I’ve had better luck using the Julia language support in VScode. All cells ran to completion.

The notebook is here:

> **[Lotka-Volterra Model · AlgebraicPetri.jl](https://algebraicjulia.github.io/AlgebraicPetri.jl/dev/generated/predation/lotka-volterra/)**
>
> Documentation for AlgebraicPetri.jl.
