You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to figure out our development environment before we proceed further. For coding the backend (and probably the frontend), this won't be so much of an issue. I'm mainly concerned about integration and testing. Would we be using a Jupyter Notebook or Google Colab? What version(s) of Python should we support?
Also, slightly unrelated, but I'm pretty sure we should be using %pip install instead of !pip install, though I don't really understand the difference. I think there's also an error with tokenizer in cell 2, but it might be something wrong on my end instead of the notebook.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We need to figure out our development environment before we proceed further. For coding the backend (and probably the frontend), this won't be so much of an issue. I'm mainly concerned about integration and testing. Would we be using a Jupyter Notebook or Google Colab? What version(s) of Python should we support?
Also, slightly unrelated, but I'm pretty sure we should be using
%pip install
instead of!pip install
, though I don't really understand the difference. I think there's also an error withtokenizer
in cell 2, but it might be something wrong on my end instead of the notebook.Beta Was this translation helpful? Give feedback.
All reactions