You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running scrapbook to persist a pandas dataframe from an R ipynb using the code below:
I created an identical python notebook that works, it just seems to break as per below...
Any ideas, i would love to run my R and python notebooks with papermill and
persist the return values with scrapbook
------------- Notebook Using R ipynb kernel and R reticulate to sseemlessly use python ---------
Hi,
I am running scrapbook to persist a pandas dataframe from an R ipynb using the code below:
I created an identical python notebook that works, it just seems to break as per below...
Any ideas, i would love to run my R and python notebooks with papermill and
persist the return values with scrapbook
------------- Notebook Using R ipynb kernel and R reticulate to sseemlessly use python ---------
python: /Users/jacques/opt/anaconda3/envs/kitchen-nb/bin/python
libpython: /Users/jacques/opt/anaconda3/envs/kitchen-nb/lib/libpython3.7m.dylib
pythonhome: /Users/jacques/opt/anaconda3/envs/kitchen-nb:/Users/jacques/opt/anaconda3/envs/kitchen-nb
version: 3.7.0 | packaged by conda-forge | (default, Nov 12 2018, 12:34:36) [Clang 4.0.1 (tags/RELEASE_401/final)]
numpy: /Users/jacques/opt/anaconda3/envs/kitchen-nb/lib/python3.7/site-packages/numpy
numpy_version: 1.21.6
pandas: /Users/jacques/opt/anaconda3/envs/kitchen-nb/lib/python3.7/site-packages/pandas
--------- Then later from Python Code I am trying ------------
It returns: (nothing)
Scraps()
Jacques
The text was updated successfully, but these errors were encountered: