Jump to content

Willem Grob

Members
  • Posts

    1
  • Joined

  • Last visited

Willem Grob's Achievements

Rookie

Rookie (2/14)

  • One Month Later
  • Week One Done
  • Conversation Starter

Recent Badges

0

Reputation

  1. Hi there I am currently facing issues with pushing images from DataLab to the same Organizer Topic. I saw some different posts here regarding the same topic but they didn't seem to solve my issue. I have two pieces of code in Datalab with jobs scheduled and would like to push them to the same organizer file. I am currently using this piece of code for the first one. When I use the same for the other piece of code and change the page name it seems to overwrite my previous pushed .png while I want it to append a new page. topic = spy.workbooks.Topic({'Name': "RPB-4 performance"}) page = topic.document('Stanzer') page.document.add_image(filename='Stanzer.png',placement='end'); spy.workbooks.push(topic) Thanks in advance!
×
×
  • Create New...