Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
wendelin
Commits
f68a615e
Commit
f68a615e
authored
Apr 15, 2024
by
Paul Graydon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_wendelin_tutorial_ui_test: Connect to Wendelin's UI hateoas instead of ERP5's
parent
9d6e45ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
bt5/erp5_wendelin_tutorial_ui_test/PathTemplateItem/test_page_module/test_07_wendelin_HowTo_Create_Notebook_with_Graphs.html
...e/test_07_wendelin_HowTo_Create_Notebook_with_Graphs.html
+3
-3
bt5/erp5_wendelin_tutorial_ui_test/PathTemplateItem/test_page_module/test_08_wendelin_HowTo_Create_Basic_Prediction_with_scikit_learn.html
...elin_HowTo_Create_Basic_Prediction_with_scikit_learn.html
+3
-3
No files found.
bt5/erp5_wendelin_tutorial_ui_test/PathTemplateItem/test_page_module/test_07_wendelin_HowTo_Create_Notebook_with_Graphs.html
View file @
f68a615e
...
...
@@ -93,7 +93,7 @@ js: https://cdn.plot.ly/plotly-latest.min.js
%% js
hateoas_url =
"
https://softinst133633.host.vifib.net/erp5/web_site_module/
renderjs_runner
/hateoas/
"
;
hateoas_url =
"
https://softinst133633.host.vifib.net/erp5/web_site_module/
default_wendelin_front
/hateoas/
"
;
jio = jIO.createJIO({
type:
"
erp5
"
,
url: hateoas_url,
...
...
@@ -293,7 +293,7 @@ plot();</code>
<p>
For that change the line :
</p>
<pre>
<code>
hateoas_url =
"
https://softinstXXX.host.vifib.net/erp5/web_site_module/
renderjs_runner
/hateoas/
"
;
<code>
hateoas_url =
"
https://softinstXXX.host.vifib.net/erp5/web_site_module/
default_wendelin_front
/hateoas/
"
;
</code></pre>
<p>
The script will find automatically find the resampled arrays based on the Data Product
and plot the data using
<a
href=
"https://plotly.com/"
>
plotly library
</a>
.
</p>
...
...
@@ -420,7 +420,7 @@ js: https://cdn.plot.ly/plotly-latest.min.js
%% js
hateoas_url =
"
${base_url}/web_site_module/
renderjs_runner
/hateoas/
"
;
hateoas_url =
"
${base_url}/web_site_module/
default_wendelin_front
/hateoas/
"
;
jio = jIO.createJIO({
type:
"
erp5
"
,
url: hateoas_url,
...
...
bt5/erp5_wendelin_tutorial_ui_test/PathTemplateItem/test_page_module/test_08_wendelin_HowTo_Create_Basic_Prediction_with_scikit_learn.html
View file @
f68a615e
...
...
@@ -2106,7 +2106,7 @@ js: https://cdn.plot.ly/plotly-latest.min.js
%% js
hateoas_url =
"
https://softinst133633.host.vifib.net/erp5/web_site_module/
renderjs_runner
/hateoas/
"
;
hateoas_url =
"
https://softinst133633.host.vifib.net/erp5/web_site_module/
default_wendelin_front
/hateoas/
"
;
jio = jIO.createJIO({
type:
"
erp5
"
,
url: hateoas_url,
...
...
@@ -2228,7 +2228,7 @@ function getPredictionData(start_date, stop_date){
<p>
</p>
<pre>
<code>
hateoas_url =
"
https://softinstXXX.host.vifib.net/erp5/web_site_module/
renderjs_runner
/hateoas/
"
;
<code>
hateoas_url =
"
https://softinstXXX.host.vifib.net/erp5/web_site_module/
default_wendelin_front
/hateoas/
"
;
</code></pre>
<p>
</p>
...
...
@@ -2298,7 +2298,7 @@ js: https://cdn.plot.ly/plotly-latest.min.js
%% js
hateoas_url =
"
${base_url}/web_site_module/
renderjs_runner
/hateoas/
"
;
hateoas_url =
"
${base_url}/web_site_module/
default_wendelin_front
/hateoas/
"
;
jio = jIO.createJIO({
type:
"
erp5
"
,
url: hateoas_url,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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