Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Computational modelling and simulation
pb4covid19
Commits
de43e734
Commit
de43e734
authored
Oct 29, 2020
by
Vincent Noël
Browse files
Fix style
parent
955a2ff2
Changes
1
Show whitespace changes
Inline
Side-by-side
pb4covid19.ipynb
View file @
de43e734
%% Cell type:code id: tags:
%% Cell type:code id: tags:
```
python
```
python
style
=
"""
style
=
"""
<style>
<style>
.jupyter-widgets-output-area .output_scroll {
.jupyter-widgets-output-area .output_scroll {
height: unset !important;
height: unset !important;
border-radius: unset !important;
border-radius: unset !important;
-webkit-box-shadow: unset !important;
-webkit-box-shadow: unset !important;
box-shadow: unset !important;
box-shadow: unset !important;
}
}
.jupyter-widgets-output-area {
.jupyter-widgets-output-area {
height: auto !important;
height: auto !important;
width: 100%; !important;
width: 100%; !important;
}
}
.container { width:100% !important; }
</style>
</style>
"""
"""
```
```
%% Cell type:code id: tags:
%% Cell type:code id: tags:
```
python
```
python
%
matplotlib
inline
%
matplotlib
inline
from
IPython.core.display
import
display
,
HTML
from
IPython.core.display
import
display
,
HTML
display
(
HTML
(
style
))
display
(
HTML
(
style
))
```
```
%% Cell type:code id: tags:
%% Cell type:code id: tags:
```
python
```
python
import
sys
,
os
import
sys
,
os
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'bin'
))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'bin'
))
import
pb4covid19
import
pb4covid19
```
```
%% Cell type:code id: tags:
%% Cell type:code id: tags:
```
python
```
python
pb4covid19
.
gui
pb4covid19
.
gui
```
```
%% Cell type:code id: tags:
%% Cell type:code id: tags:
```
python
```
python
#from debug import debug_view
#from debug import debug_view
#debug_view
#debug_view
```
```
...
...
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