# Updating packages' version in a pluto notebook

**URL:** https://discourse.julialang.org/t/updating-packages-version-in-a-pluto-notebook/66705
**Category:** Pluto
**Created:** [August 20, 2021, 4:29am UTC](https://discourse.julialang.org/t/updating-packages-version-in-a-pluto-notebook/66705 "2021-08-20T04:29:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![gianmariomanca](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gianmariomanca/32/25597_2.png) [@gianmariomanca](https://discourse.julialang.org/u/gianmariomanca)
#### Post date: [August 20, 2021, 4:29am UTC](https://discourse.julialang.org/t/updating-packages-version-in-a-pluto-notebook/66705/1 "2021-08-20T04:29:55Z")

</div>

I was initially skeptical of Pluto’s package management (slowed down things for me) until I had to share a complex Pluto notebook with a colleague the afternoon before leaving for a trip. With a quick call he was able to install Julia and run the notebook with no issues: in ~30 mins we were deep diving into the details of the actual analysis.  
So I’m on board now 🙂  
But what if I want to test the notebook with updated packages from time to time, and then if it works have the notebook remember the new updated versions, so I can commit it to a repository and share it again?  
What are the appropriate/best steps?

Also asked at: [https://github.com/fonsp/Pluto.jl/discussions/1404](https://github.com/fonsp/Pluto.jl/discussions/1404)

---

<div class="post-metadata">

### Author: ![gianmariomanca](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gianmariomanca/32/25597_2.png) [@gianmariomanca](https://discourse.julialang.org/u/gianmariomanca)
#### Post date: [August 20, 2021, 4:50pm UTC](https://discourse.julialang.org/t/updating-packages-version-in-a-pluto-notebook/66705/2 "2021-08-20T16:50:49Z")

</div>

From [Pangoraw](https://github.com/Pangoraw):

From the wiki: [https://github.com/fonsp/Pluto.jl/wiki/🎁-Package-management#updating-packages](https://github.com/fonsp/Pluto.jl/wiki/%F0%9F%8E%81-Package-management#updating-packages)  
When updating, it will create a backup in case the new versions don’t work as expected.
