Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stefan Kesselheim
jax-md
Commits
219c170b
Commit
219c170b
authored
Oct 27, 2020
by
sschoenholz
Browse files
Update visualization.html
parent
ac77b853
Changes
1
Hide whitespace changes
Inline
Side-by-side
jax_md/colab_tools/visualization.html
View file @
219c170b
...
...
@@ -129,7 +129,7 @@
function
simulation_info_string
()
{
return
(
'
<p style="color:yellow">
'
+
'
Simulation Info:</p><div style="padding-left: 20px; padding-bottom: 10px;">
'
+
'
Box Size:
'
+
BOX_SIZE
+
'
<br>
'
+
'
Box Size:
'
+
BOX_SIZE
.
map
(
x
=>
parseFloat
(
x
).
toFixed
(
2
))
+
'
<br>
'
+
'
Dimension:
'
+
DIMENSION
+
'
<br>
'
+
'
Frame Count:
'
+
FRAME_COUNT
+
'
<br></div>
'
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment