This message was deleted.
# ask-anything
s
This message was deleted.
e
Sorry for the trouble! Another user reported a similar problem, I also asked him to disable the extension but it didn't work, so I'm investigating the issue and will push a fix asap. Can you provide some extra details for me to debug this: • how large is your pipeline? (in terms of number of tasks) • which version are you running (ploomber and jupyterlab)
as a temporary fix, you may uninstall ploomber from the process that runs JupyterLab, then you can install it in a separate environment to use the CLI
m
Hey Eduardo thanks for your time and all good. its not big yet, I have like a folder of pipelines. I just found a workaround to rename my pipeline.yaml to something else and that seemed to stop it ( or it could've been because I reset the prompt and conda etc.
I just did a reset so all pretty new I think
Copy code
Selected Jupyter core packages...
IPython          : 7.33.0
ipykernel        : 6.15.0
ipywidgets       : 7.7.1
jupyter_client   : 7.3.4
jupyter_core     : 4.10.0
jupyter_server   : 1.18.1
jupyterlab       : 3.4.3
nbclient         : 0.5.13
nbconvert        : 6.5.0
nbformat         : 5.4.0
notebook         : 6.4.12
qtconsole        : not installed
traitlets        : 5.3.0
ploomber.version '0.19.7'
pipeline has 5 tasks
e
alright. keep an eye on https://github.com/ploomber/ploomber/issues/894 to know when this is fixed. thanks for your feedback!
👍 1
yes, renaming also works. since the plugin wont find any pipelines and stop parsing it
hey @Mitch Baskerville, I did a quick test to see if we can improve the performance when loading the pipeline, can you try it and see if it improves things?
Copy code
pip uninstall ploomber
pip install ploomber git+<https://github.com/ploomber/ploomber@dag-reload>
after testing you'll probably want to get back to a stable version:
Copy code
pip uninstall ploomber
pip install ploomber==0.19.7