Skip to content

Commit

Permalink
fix settings and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cakokke committed Jun 17, 2024
1 parent 185cebd commit fb717e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"notebook.formatOnSave.enabled": true,
"notebook.formatOnCellExecution": true
}
"notebook.formatOnCellExecution": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ Tested using Pipenv and Jupyter in Visual Studio Code on Ubuntu 22.04. Additiona
Alternatively, you can try and run a Jupyter server manually, or use Google Colab.

## Author(s)

This software has been developed by
Costas A. Kokke [![ORCID logo](https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png)](https://orcid.org/0009-0005-8545-5702), Technische Universiteit Delft

## License

The contents are licensed under a GPL-3.0 license

Copyright notice:

Technische Universiteit Delft hereby disclaims all copyright interest in the program `eusipco2024`, written by the Author(s).

Lucas van Vliet, Dean of Faculty of Electrical Engineering, Mathematics and Computer Science, Technische Universiteit Delft.
Lucas van Vliet, Dean of Faculty of Electrical Engineering, Mathematics and Computer Science, Technische Universiteit Delft.

0 comments on commit fb717e7

Please sign in to comment.