Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2021 02:31 AM
If I have a dict created in python on a Scala notebook (using magic word ofcourse):
%python
d1 = {1: "a", 2:"b", 3:"c"}Can I access this d1 in Scala ?
I tried the following and it returns d1 not found:
%scala
println(d1)
Labels:
- Labels:
-
Python
-
Scala
-
Scala notebook