# Plotly with multiple jupyter windows

**URL:** https://discourse.julialang.org/t/plotly-with-multiple-jupyter-windows/46807
**Category:** General Usage
**Tags:** jupyter, plotting, plots
**Created:** [September 17, 2020, 10:42pm UTC](https://discourse.julialang.org/t/plotly-with-multiple-jupyter-windows/46807 "2020-09-17T22:42:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![MatFi](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/matfi/32/10002_2.png) [@MatFi](https://discourse.julialang.org/u/MatFi)
#### Post date: [September 17, 2020, 10:42pm UTC](https://discourse.julialang.org/t/plotly-with-multiple-jupyter-windows/46807/1 "2020-09-17T22:42:25Z")

</div>

When I create a plot with the `Plots` package using the `plotlyjs()` backend in a jupyter-notebook this works wonderfully at first.  
But if I open a new browser window with the same notebook (and close the old one) I don’t get any plots displayed anymore. If I change the backend to `gr()` I see the plot again, but `plotly(JS)` then refuses to give anything out until I restart jupyter.  
is it possible to reset the backend in such a case, so that plotly throws the plot into the new brwoser window?
