Our first semester C++ course requires us to develop an intelligent chatbot for which I have been trying to follow tech with tim's youtube tutorial.
(我们的第一学期C ++课程要求我们开发一个智能的聊天机器人,我一直在努力为Tim的youtube教程追随技术。)
Now, for a long time, I couldn't activate conda environment in the cmd as shown in the video.
(现在,很长时间以来,我无法激活cmd中的conda环境,如视频所示。)
I was told by a student to write the command in the Anaconda Prompt. (一个学生告诉我要在Anaconda Prompt中编写命令。)
I installed all libraries through Anaconda Prompt. (我通过Anaconda Prompt安装了所有库。)
Now, I was using PyCharm and copy pasted the code into it.
(现在,我正在使用PyCharm,并将代码复制粘贴到其中。)
The libraries when imported are shown to be unreferenced. (导入时的库显示为未引用。)
I have launched Jupyter via Anaconda Navigator and don't know how to make the same files (as shown in the video) in the Jupyter.
(我已经通过Anaconda Navigator启动了Jupyter,但不知道如何在Jupyter中制作相同的文件(如视频所示)。)
Is there a way that I could link Anaconda to PyCharm?
(有什么方法可以将Anaconda链接到PyCharm?)
Alternatively can someone guide me as to how I can make .json and separate files in the Jupyter Notebook? (另外,有人可以指导我如何在Jupyter Notebook中制作.json和分离文件吗?)
Video linked: https://youtu.be/wypVcNIH6D4
(链接的视频: https : //youtu.be/wypVcNIH6D4)
ask by Raina Ali translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…