Skip to content

PeerHerholz/brain_encoding_decoding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brain_encoding_decoding

Binder

This is a jupyter book presenting an introduction to brain encoding and decoding using python. It is rendered on main-educational.github.io/brain_encoding_decoding. See the introduction of the jupyter book for more details, and acknowledgements.

Build the book

If you want to build the book locally:

  • Clone this repository
  • Run pip install -r binder/requirements.txt (it is recommended to run this command in a virtual environment)
  • For a clean build, remove content/_build/
  • Run jb build content/

An html version of the jupyter book will be automatically generated in the folder content/_build/html/.

Hosting the book

The html version of the book is hosted on the gh-pages branch of this repo. Navigate to your local build and run,

  • ghp-import -n -p -f content/_build/html

This will automatically push your build to the gh-pages branch. More information on this hosting process can be found here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.6%
  • Other 0.4%