Add files via upload

This commit is contained in:
José Julián Sierra Álvarez 2024-09-11 16:23:09 -06:00 committed by GitHub
parent e7e751c143
commit d955c9f0a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -12,6 +12,7 @@ julia
]
activate .
##(press backspace)
using Genie ; Genie.loadapp() ; up()
using Genie
Genie.loadapp() ; up()
```
And finally open the port that gets generated to access to the GUI<br />

View File

@ -46,7 +46,7 @@
<p>{{msg}}</p>
</div>
</div>
<plotly :data="plotdata" :layout="plotlayout"> </plotly>
<!-- <plotly :data="plotdata" :layout="plotlayout"> </plotly>-->
</div>
<div class="st-col col-12 col-sm st-module">
<div class="row">
@ -66,3 +66,5 @@
</div>
</div>
</div>
<plotly :data="plotdata" :layout="plotlayout"> </plotly>