Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
teqp_fork_old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sven Michael Pohl
teqp_fork_old
Commits
5b4ffb1b
Commit
5b4ffb1b
authored
3 years ago
by
Ian Bell
Browse files
Options
Downloads
Patches
Plain Diff
Add files to build/run in binder
parent
435cdd4a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
binder/apt.txt
+2
-0
2 additions, 0 deletions
binder/apt.txt
binder/environment.yml
+11
-0
11 additions, 0 deletions
binder/environment.yml
binder/postBuild
+3
-0
3 additions, 0 deletions
binder/postBuild
with
16 additions
and
0 deletions
binder/apt.txt
0 → 100644
+
2
−
0
View file @
5b4ffb1b
cmake
clang
\ No newline at end of file
This diff is collapsed.
Click to expand it.
binder/environment.yml
0 → 100644
+
11
−
0
View file @
5b4ffb1b
# This .yml file is used to specify the conda environment that should be loaded into the binder instance
name
:
pymcx
dependencies
:
-
python=3.9
-
matplotlib
-
scipy
-
numpy
-
jupyter
-
notebook
-
sympy
-
pip
\ No newline at end of file
This diff is collapsed.
Click to expand it.
binder/postBuild
0 → 100644
+
3
−
0
View file @
5b4ffb1b
#!/bin/bash
set
-ex
CXX
=
clang++ pip
install
git+git://github.com/ianhbell/teqp.git
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment