Skip to content

dbonattoj/cookiecutter-pystan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Unfortunately, pyStan 3 is not compatible with Windows/Mac by default. However, this repository provides a containerized version that can be used on any environment. Users can add Python scripts in the ./stan/ directory.

This repository is intended to use with cookie-cutter and VSCode, fully exploiting the devcontainers that allows you to run pyStan 3 in a container, but work on it through the VSCode seamelessly like if it was installed on your machine.

Installation

General setup

Creation of a project using this template

  • install this repo using cookiecutter: cookiecutter gh:dbonattoj/cookiecutter-pystan.git

If VSCode asks for a python interpreter, select /usr/local/bin/python3 (it should be the 3.10 version)

Usage

In VSCode, use Connect to > Open folder in container and select the folder where you installed the project.

This will automatically create the docker image, and you'll be able to directly edit scripts (folder: stan) and jupyter notebooks (folder:``notebooks`) and execute them in VSCode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published