Dev container (#36)
* Create .python-version * Create .gitignore * Create Makefile * remove Dockerfile * remove docker workflow * startup.sh * devcontainer * README with link * Update Makefile * obsolete python-version * Update README.md * Update README.md * Update README.md * Update devcontainer.json no browser option for devContainer * introducing a first test * introducing a first test * introducing a manual release job * introducing a manual release job * Update README.md --------- Co-authored-by: Jonathan Taylor <jonathan.taylor@stanford.edu>
This commit is contained in:
committed by
Jonathan Taylor
parent
a42e928a33
commit
fe779b385a
@@ -1,4 +1,7 @@
|
||||
# ISLP_labs
|
||||
|
||||
[](https://codespaces.new/intro-stat-learning/ISLP_Labs)
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](#contributors-)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
@@ -10,8 +13,6 @@
|
||||
- Robert Tibshirani
|
||||
|
||||
- Daniela Witten
|
||||
|
||||
[](https://mybinder.org/v2/gh/intro-stat-learning/ISLP_labs/v2.2)
|
||||
|
||||
### ISLP
|
||||
|
||||
@@ -23,7 +24,7 @@ if necessary, which is not included as a requirement of the labs.
|
||||
### Up-to-date version of labs for ISLP.
|
||||
|
||||
This repo will track labs for ISLP as their source code changes. The
|
||||
intent is that building a conda environment with
|
||||
intent is that building a virtual environment with
|
||||
`requirements.txt` will reproduce the results in this repo.
|
||||
|
||||
To install the current version of the requirements run
|
||||
@@ -32,7 +33,7 @@ To install the current version of the requirements run
|
||||
pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP_labs/v2.2/requirements.txt;
|
||||
```
|
||||
|
||||
The labs can now be run from this directory:
|
||||
The labs can now be run via:
|
||||
|
||||
```
|
||||
jupyter lab Ch02-statlearn-lab.ipynb
|
||||
|
||||
Reference in New Issue
Block a user