Skip to content

research-centre-rez/synth-nfa-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synthetic NFA Generator

Installation

Follow these instruction to install editable version of this code.

Clone the repo and enter the directory synth-nfa-generator. Then activate virtual environment as in example below

python -m venv .venv
.venv/bin/activate

Install the code as editable

pip install -e .

In case you want to use the notebooks then additionally install jupytext, jupyter-lab, ipykernel.

pip install jupytext jupyter-lab ipykernel

Use jupytext to convert all notebooks in the format .md to .ipynb.

jupytext --to ipynb notebook/*.md

To make the virtual env visible from jupyter use:

python -m ipykernel install --user --name 'synth'

And run jupyter lab command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages