What should I do about this, is tyhere another way to create pipeline steps in the notebook? Thank you in advance!
@Pascalle Veltman Welcome to Microsoft Q&A forum!
The error message ModuleNotFoundError: No module named 'azureml.pipeline after installing azureml-pipeline-steps==1.51.0 indicates that here is a version incompatibility between azureml-pipeline-steps and azureml-core.
Can you try installing with azureml-pipeline instead of azureml-pipeline-steps to see if that resolves the issue.
Do let us know if that solves your issue or have any further queries.