BK Jackson

Results 5 issues of BK Jackson

Like the title suggests, I'm looking for a way to pass data to a notebook via a Papermill function without having to incorporate read/write statements from/to a database within the...

question

Please supply a Dockerfile for the tutorials (or a Docker image link). This would help us setup our environments for the tutorials.

I made a few changes to get this to run on Python 3.5, but hit a wall with the pattern package, which does not support Python 3+ yet. Can anyone...

It seems the models function call in examples/main.py is failing with the error message: ``` Traceback (most recent call last): File "/mnt/code/Compact_Transformers/examples/main.py", line 279, in main() File "/mnt/code/Compact_Transformers/examples/main.py", line 127,...

bug

I'm looking for a way to pass an in-memory pandas (or dask) dataframe to a notebook that is run via nbconvert in order to avoid reading and writing to a...

question