Pedro Baptista de Castro
01/05/2025, 8:09 AMThang
01/06/2025, 3:13 AMbambang eko
01/06/2025, 3:57 PMEmil Jivishov
01/12/2025, 10:34 PMJared Thompson
01/14/2025, 6:47 PMbasic.ipynb
with this in it:
import altair as alt
import pandas as pd
source = pd.DataFrame({
'a': ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I'],
'b': [28, 55, 43, 91, 81, 53, 19, 87, 52]
})
alt.Chart(source).mark_bar().encode(
x='a',
y='b'
)
then I:
from ploomber_engine import execute_notebook
nb = execute_notebook('basic.ipynb', output_path='basic_candy.ipynb')
When I opened up basic_candy.ipynb
I could see the the cell was executed but it was empty.
When I run this manually it works fine, but I run through ploomber it has this issue. Is there something else that has to be done to get it to show rich output?Piotr Kalinowski
01/17/2025, 11:46 AMRashid Javed
01/17/2025, 1:43 PMTerence Ateya
01/28/2025, 2:33 PMTerence Ateya
01/28/2025, 3:04 PMTerence Ateya
01/28/2025, 4:12 PMsiddharth chaturvedi
02/06/2025, 6:33 PMsiddharth chaturvedi
02/06/2025, 6:33 PMElham Pilegar
02/07/2025, 4:14 PMError: package or namespace load failed for 'sf' in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/usr/local/lib/R/site-library/units/libs/units.so'
I tried adding the following to `install.R`: install.packages("sf", type = "source", dependencies = TRUE, configure.args = "--with-proj-lib=/usr/local/lib/")
But I still can’t deploy the app.
Could anyone guide me on how to resolve this issue? Thanks in advance!Manuel Lopes
02/08/2025, 9:46 AMRolf Freimann
02/10/2025, 6:51 PMRyan Smith
02/11/2025, 2:00 PMsagar mandal
02/12/2025, 7:43 PMMichael Magan
02/17/2025, 10:30 AMEmil Jivishov
02/18/2025, 4:32 AMSDOCA
02/18/2025, 12:19 PMKobe Sauwens
02/20/2025, 4:48 PMKobe Sauwens
02/20/2025, 5:12 PMRolf Freimann
03/16/2025, 9:43 AMPrzemyslaw Leszczynski
03/20/2025, 3:26 PMPrzemyslaw Leszczynski
03/20/2025, 3:27 PMEmil Jivishov
03/21/2025, 3:47 AMSintija Birgele
03/21/2025, 9:28 AMChristina Mohler
03/25/2025, 7:37 PMashwin barnwal
04/06/2025, 5:59 AMBadrul Chowdhury
04/17/2025, 10:12 PM