Skip to content

vandaele/mixmod-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mixmod-notebook

Binder

Run Rmixmod notebooks into the cloud using the Binder service by clicking the badge above.

If you need a persistent environment and/or more calculation power, follow the instructions in the next section.

Run the notebooks locally with Docker

  • Install Docker
  • Clone this repository
    git clone https://github.com/vandaele/mixmod-notebook.git
    cd mixmod-notebook
    
  • Launch a Docker container
    docker run --rm -p 8888:8888 -v ${PWD}:/home/jovyan vandaele/mixmod-notebook
    
    • --rm will automatically delete the container once stopped
    • -p redirects the Jupyter Notebook interface from the container to your local system
    • -v mounts the current directory (this repo) to the home/jovyan directory of the docker container
  • Visit the link displayed in the console output to access the Jupyter interface
  • Use Ctrl-C from the terminal, or the Quit button from the Jupyter interface to stop the container

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages