- 27373 Views
- 5 replies
- 11 kudos
Hi all,I was reading the Repos documentation: https://docs.databricks.com/repos.html#migrate-from-run-commandsIt is explained that, one advantage of Repos is no longer necessary to use %run magic command to make funcions available in one notebook to ...
- 27373 Views
- 5 replies
- 11 kudos
Latest Reply
Due to new functionalies in Runtime 16.0 regarding autoload i came across this autoload. Performaed a practical test. It works. However had some problems at first.As in solution the key was that definitions are places in a file.py not a notebook.
4 More Replies
- 12367 Views
- 4 replies
- 5 kudos
I want to use the same spark session which created in one notebook and need to be used in another notebook in across same environment, Example, if some of the (variable)object got initialized in the first notebook, i need to use the same object in t...
- 12367 Views
- 4 replies
- 5 kudos
Latest Reply
You can use %run and then use the location of the notebook - %run "/folder/notebookname"
3 More Replies
by
Ayur
• New Contributor II
- 5368 Views
- 3 replies
- 4 kudos
Hi,I'm trying to use magic command(to change to python in a notebook with sql as a default language) in a dlt pipeline,.When starting the pipeline cells containing magic command are ignored., with the warning message below:"Magic commands (e.g. %py, ...
- 5368 Views
- 3 replies
- 4 kudos
Latest Reply
Hi @Yassine Dehbi Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. We'd love to hear from you.Than...
2 More Replies
- 1978 Views
- 1 replies
- 3 kudos
Is there an option or shortcut (or is it in the pipeline) to quickly change / insert a cell to a specific language in Databricks?Triggering B + P would for instance add a new cell below with %pythonTriggering M would for instance change that cell to ...
- 1978 Views
- 1 replies
- 3 kudos
Latest Reply
I've passed this message along to the UX UI Feedback team.
- 1608 Views
- 0 replies
- 1 kudos
I am working with time-series data, where each day is a separate csv file. I have tried to load a zip file to FileStore but then cannot use the magic command to unzip, most likely because it is in the tmp folder. Is there a workaround for this proble...
- 1608 Views
- 0 replies
- 1 kudos
- 1394 Views
- 1 replies
- 0 kudos
Is %run magic command supported in R notebook?
- 1394 Views
- 1 replies
- 0 kudos
Latest Reply
The %/magic commands are notebook commands and not tied to any language so R notebook also supports %run.