Skip to content

Commit

Permalink
Update notebook runner documentation with addition of new type and sm…
Browse files Browse the repository at this point in the history
…all code block cleanup.
  • Loading branch information
surdouski committed Jun 30, 2022
1 parent f1acc4d commit 7c9907b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/DataFlows/09.Module-Details/DataLabNotebookRunner.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ The keyword **`return_values`** is used by Composable to send your results back

- Each key must be a string

- A restricted number of types are supported for values
- _Currently, only `int`, `str`, and `None` are officially supported (for other types, mileage may vary)_
- A restricted number of types are supported for values:
- `int`
- `str`
- `None`
- `CompAnalytics.Contracts.FileReference`


### DataFlow
Expand All @@ -53,8 +56,7 @@ The keyword **`return_values`** is used by Composable to send your results back

Although not officially supported, you can pass other csharp types back with pythonnet by importing loading composapy into your notebook session.
```python
from composapy.loader import load_init
load_init()
import composapy
```

You can then import C# and Composable types as python objects.
Expand Down

0 comments on commit 7c9907b

Please sign in to comment.