Python3 in notebook
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
When I change the notebook kernel to python3 I get the following error:
ImportError Traceback (most recent call last)
<ipython-input-2-3851dbc26691> in <module>()
----> 1 import dataiku
2 from dataiku import pandasutils as pdu
3 import pandas as pd
/home/dataiku/dataiku-dss-4.0.1/python/dataiku/__init__.py in <module>()
11 import os
12 import csv
---> 13 from core.dataset import Dataset, _dataset_writer_atexit_handler
14 from core.schema_handling import get_schema_from_df
15 from core import pandasutils
ImportError: No module named 'core'
I use the version 4.0.1
Answers
-
Hi,
DSS does not currently support Python 3. We are working on this.