Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sympy/sympy-codegen-survey
Analysis of the results from the 2022 SymPy codegen survey
https://github.com/sympy/sympy-codegen-survey
Last synced: 3 days ago
JSON representation
Analysis of the results from the 2022 SymPy codegen survey
- Host: GitHub
- URL: https://github.com/sympy/sympy-codegen-survey
- Owner: sympy
- License: bsd-3-clause
- Created: 2022-10-21T09:41:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T10:25:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T14:46:52.473Z (14 days ago)
- Language: Jupyter Notebook
- Size: 2.19 MB
- Stars: 3
- Watchers: 27
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SymPy Codegen Survey 2022
Analysis of the results from the SymPy codegen survey 2022.
The analysis can be seen at https://sympy.org/sympy-codegen-survey/
Note, the full data from the survey is not provided here because the survey stated that all responses would remain private.
## Generate HTML
HTML versions of the analysis notebook can be generated using [nbconvert](https://nbconvert.readthedocs.io/en/latest/index.html).
### With Code
Run::
```bash
$ jupyter nbconvert --to=html analysis.ipynb --out=docs/analysis-with-code.html
````### Without Code
Run::
```bash
$ jupyter nbconvert --to=html --no-input analysis.ipynb --out=docs/analysis.html
```