Skip to content

dbx sync dbfs to user workspace #486

Discussion options

You must be logged in to vote

You can't open a notebook from dbfs but you can import code from there.

The original PR explains how:

import sys

if "/tmp/users/first.last/my-repo" not in sys.path:
  sys.path.insert(0, "/tmp/users/first.last/my-repo")

See #239 for more details.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JPMarais-Inscorep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants