cancel
Showing results for 
Search instead for 
Did you mean: 
mydefaultlogin
New Contributor II
since ‎03-24-2025
4 weeks ago

User Stats

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

HiI don't want any ipynb notebooks in the project I manage. I don't want any 'output' committed into our repo. I don't like to run diff tools on the ipynb notebooks. etc. I want every user in my workspaces to use simple .py files. They are easier to ...
Hello Databricks Community,I'm encountering an issue related to Python paths when working with notebooks in Databricks. I have a following structure in my project:my_notebooks - my_notebook.py /my_package - __init__.py - hello.py databricks.yml...