Skip to content

mfazza/synapse_interactive_docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synapse Interactive Docs

This is a repository for the proof of concept of the jupyter based documentation for Synapse.

Steps to get started

  • Clone the repository:
git clone https://github.com/mattfazza/synapse_interactive_docs.git
  • Navigate into its folder:
cd synapse_interactive_docs
  • Copy your .synapseConfig file into this directory - if you wish to use your synapse configuration to log in, you can do so by copying it into this directory:
cp ~/.synapseConfig .
  • Build the image using the docker file provided:
docker build -t synapse_interactive_docs ./
  • Create the container exposing the correct port, and binding the correct folder:
docker run -it -p 8888:8888 --mount type=bind,source=$(pwd),target=/home/jovyan/synapse_interactive_docs synapse_interactive_docs:latest
  • Open the notebook server following the prompt on your terminal

About

A repository for the jupyter notebook based documentation on how to use synapse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published