Skip to content

Commit

Permalink
Fixed outputs tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jun 28, 2024
1 parent d8124f9 commit bca2f56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions biobb_wf_flexserv/docs/source/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ if 'google.colab' in sys.modules:
import nglview
import simpletraj
import plotly
import sys
import plotly.graph_objs as go
import numpy as np
import ipywidgets
Expand Down
1 change: 1 addition & 0 deletions biobb_wf_flexserv/html/biobb_wf_flexserv.web.html
Original file line number Diff line number Diff line change
Expand Up @@ -7689,6 +7689,7 @@ <h2 id="Input-parameters">Input parameters<a class="anchor-link" href="#Input-pa
<div class="highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">nglview</span>
<span class="kn">import</span> <span class="nn">simpletraj</span>
<span class="kn">import</span> <span class="nn">plotly</span>
<span class="kn">import</span> <span class="nn">sys</span>
<span class="kn">import</span> <span class="nn">plotly.graph_objs</span> <span class="k">as</span> <span class="nn">go</span>
<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
<span class="kn">import</span> <span class="nn">ipywidgets</span>
Expand Down
1 change: 1 addition & 0 deletions biobb_wf_flexserv/notebooks/biobb_wf_flexserv.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
"import nglview\n",
"import simpletraj\n",
"import plotly\n",
"import sys\n",
"import plotly.graph_objs as go\n",
"import numpy as np\n",
"import ipywidgets\n",
Expand Down

0 comments on commit bca2f56

Please sign in to comment.