Skip to content

Commit 38384c3

Browse files
committed
update: new urls
1 parent f79d18a commit 38384c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/py/mat3ra/notebooks_utils/ipython/entity/material/visualize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ def get_wave_viewer(material, div_id, width, height, title):
5555
js = get_viewer_js(
5656
data_json=material.to_json(),
5757
div_id=div_id,
58-
bundle_url="https://exabyte-io.github.io/wave.js/main.js",
58+
bundle_url="https://mat3ra.github.io/wave.js/main.js",
5959
render_function="renderThreeDEditor",
6060
data_var_name="materialConfig",
61-
css_url="https://exabyte-io.github.io/wave.js/main.css",
61+
css_url="https://mat3ra.github.io/wave.js/main.css",
6262
)
6363
return html, js
6464

src/py/mat3ra/notebooks_utils/ipython/entity/property/visualize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def visualize_properties(results, width=900, title="Properties", extra_config=No
3636
js = get_viewer_js(
3737
data_json=results_json,
3838
div_id=div_id,
39-
bundle_url="https://exabyte-io.github.io/prove/main.js",
39+
bundle_url="https://mat3ra.github.io/prove/main.js",
4040
render_function="renderResults",
4141
data_var_name="results",
4242
extra_config_json=extra_config_json,

0 commit comments

Comments
 (0)