Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
biocham
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Lifeware
biocham
Commits
8d65d02e
Commit
8d65d02e
authored
Jan 30, 2020
by
Sylvain Soliman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/4.3.11'
parents
6cfdcbcb
981faf31
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
265 additions
and
118 deletions
+265
-118
about.pl
about.pl
+1
-1
biocham_jupyter/guinbextension/package.json
biocham_jupyter/guinbextension/package.json
+1
-1
biocham_jupyter/kernel/biocham_kernel/__init__.py
biocham_jupyter/kernel/biocham_kernel/__init__.py
+1
-1
install.sh
install.sh
+1
-0
library/examples/C2-19-Biochemical-Programming/TD4_genetic_switch.ipynb
...es/C2-19-Biochemical-Programming/TD4_genetic_switch.ipynb
+245
-90
library/examples/C2-19-Biochemical-Programming/TD5_protein_switch.ipynb
...es/C2-19-Biochemical-Programming/TD5_protein_switch.ipynb
+15
-24
web/index.html
web/index.html
+1
-1
No files found.
about.pl
View file @
8d65d02e
...
...
@@ -8,7 +8,7 @@
about
/
0
]).
version
(
'4.3.1
0
'
).
version
(
'4.3.1
1
'
).
copyright
(
'Copyright (C) 2003-2020 Inria, EPI Lifeware, Saclay-Île de France, France'
...
...
biocham_jupyter/guinbextension/package.json
View file @
8d65d02e
{
"name"
:
"gui"
,
"version"
:
"4.3.1
0
"
,
"version"
:
"4.3.1
1
"
,
"description"
:
"biocham gui in jupyter notebook"
,
"main"
:
"src/index.js"
,
"scripts"
:
{
...
...
biocham_jupyter/kernel/biocham_kernel/__init__.py
View file @
8d65d02e
"""Example magic"""
__version__
=
'4.3.1
0
'
__version__
=
'4.3.1
1
'
install.sh
View file @
8d65d02e
...
...
@@ -162,6 +162,7 @@ else
fi
echo
"installing python packages (
$packages
)…"
python3
-m
pip
install
-U
$packages
jupyter nbextension
install
--py
widgetsnbextension
jupyter nbextension
enable
--py
widgetsnbextension
### trust all our notebooks but make them read-only
...
...
library/examples/C2-19-Biochemical-Programming/TD4_genetic_switch.ipynb
View file @
8d65d02e
This diff is collapsed.
Click to expand it.
library/examples/C2-19-Biochemical-Programming/TD5_protein_switch.ipynb
View file @
8d65d02e
This diff is collapsed.
Click to expand it.
web/index.html
View file @
8d65d02e
...
...
@@ -32,7 +32,7 @@
</head>
<body>
<h1>
The Biochemical Abstract Machine BIOCHAM 4
</h1>
<h1>
version 4.3.1
0
January 2020
</h1>
<h1>
version 4.3.1
1
January 2020
</h1>
<div
class=
"authors"
>
<p>
...
...
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