Have you any warning/error messages?
Best regards, Commenter-1.
Archived discussion
Hi there,
I am trying to load a Step file on a Jupyter notebook/Jupyter-lab file. However, when I execute STEPControl_Reader.TransferRoot() the kernel dies. If I run the same code via a python script everything works fine. Is this a known issue?
step_reader = STEPControl_Reader()
step_reader.ReadFile('./file.STEP')
nbs = step_reader.TransferRoot()
Many thanks and best regards
Discussion
Posts are displayed in their archived order.
Have you any warning/error messages?
Best regards, Commenter-1.
Hi Dmitrii,
The only information I can get from the logs (jupyter-lab --debug) when I execute the nbs = step_reader.TransferRoot() is the following:
Starting buffering for fcc3....
I attach a sample step file to try to reproduce the issue. It looks like this occurs for both jupyter notebook and jupyter-lab.
Hi there,
Did you manage to reproduce the issue? Any idea of what may cause this crash?
Many thanks and best regards.