# Task 4 part 1 in workshop throwing error

**URL:** <https://openmc.discourse.group/t/task-4-part-1-in-workshop-throwing-error/3324>\
**Category:** User Support\
**Created:** [August 15, 2023, 3:43pm UTC](https://openmc.discourse.group/t/task-4-part-1-in-workshop-throwing-error/3324 "2023-08-15T15:43:53Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![Stefan](https://avatars.discourse-cdn.com/v4/letter/s/bbce88/32.png) [@Stefan](https://openmc.discourse.group/u/Stefan)\
**Post date:** [August 15, 2023, 3:43pm UTC](https://openmc.discourse.group/t/task-4-part-1-in-workshop-throwing-error/3324/1 "2023-08-15T15:43:53Z")

</div>

![image](https://global.discourse-cdn.com/free1/uploads/openmc/original/2X/f/f5a5731790102d98353d34c044ac1d9c17198e9c.png)  
Any ideas? Just running through the docker container on a windows. Thanks

---

<div class="post-metadata">

**Author:** ![Shimwell](https://yyz2.discourse-cdn.com/free1/user_avatar/openmc.discourse.group/shimwell/32/3876_2.png) [@Shimwell](https://openmc.discourse.group/u/Shimwell)\
**Post date:** [August 16, 2023, 10:28am UTC](https://openmc.discourse.group/t/task-4-part-1-in-workshop-throwing-error/3324/2 "2023-08-16T10:28:26Z")

</div>

Thanks for posting and welcome to the community

Could you try putting this command in the first cell

`!pip install openmc_source_plotter==0.6.3`

Just to mention the neutronics-workshop has an [issue](https://github.com/fusion-energy/neutronics-workshop/issues) tracker and [discussions](https://github.com/fusion-energy/neutronics-workshop/discussions) section where you are welcome to post bugs reports in if you think they are more related to the neutronics-workshop and not actual openmc errors

---

<div class="post-metadata">

**Author:** ![Shimwell](https://yyz2.discourse-cdn.com/free1/user_avatar/openmc.discourse.group/shimwell/32/3876_2.png) [@Shimwell](https://openmc.discourse.group/u/Shimwell)\
**Post date:** [August 16, 2023, 12:59pm UTC](https://openmc.discourse.group/t/task-4-part-1-in-workshop-throwing-error/3324/3 "2023-08-16T12:59:38Z")

</div>

Sorry that command was one version out of date, it should be

`!pip install openmc_source_plotter==0.6.4`

---

<div class="post-metadata">

**Author:** ![Shimwell](https://yyz2.discourse-cdn.com/free1/user_avatar/openmc.discourse.group/shimwell/32/3876_2.png) [@Shimwell](https://openmc.discourse.group/u/Shimwell)\
**Post date:** [August 17, 2023, 3:45pm UTC](https://openmc.discourse.group/t/task-4-part-1-in-workshop-throwing-error/3324/4 "2023-08-17T15:45:54Z")

</div>

I’ve now updated the neutronics-workshop docker image

So you could download the latest version with

`docker pull ghcr.io/fusion-energy/neutronics-workshop`  
and run it with  
`docker run -p 8888:8888 ghcr.io/fusion-energy/neutronics-workshop`
