Skip to content
Snippets Groups Projects
Commit 45073d21 authored by auphelia's avatar auphelia
Browse files

[notebook - code gen] Added layout for code generation notebook

parent 5e9f72b7
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id: tags:
# FINN - Code Generation and Compilation
<font size="3">This notebook should give a more detailed insight into the code generation and compilation within FINN. </font>
%% Cell type:markdown id: tags:
## Outline
*
%% Cell type:markdown id: tags:
<font size="3">Following showSrc function is used to print the source code of function calls in the Jupyter notebook: </font>
%% Cell type:code id: tags:
``` python
import inspect
def showSrc(what):
print("".join(inspect.getsourcelines(what)[0]))
```
%% Cell type:code id: tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment