Install IJavaScript
In [ ]:
import IPython
In [ ]:
from revChatGPT.V1 import Chatbot, configure
bot = Chatbot(
config = configure(),
conversation_id = 'fdf52ab3-f8c1-450f-86f2-5a25d43fc48d',
lazy_loading = True
)
In [ ]:
for response in bot.ask(
'介绍 IJavaScript'
):
IPython.display.display(IPython.core.display.Markdown(response['message']))
IPython.display.clear_output(wait=True)
Z shell
In [ ]:
nvm install node --lts
In [ ]:
nvm alias default node
In [ ]:
nvm use v19.7.0
In [ ]:
nvm ls
In [ ]:
npm install -g ijavascript
In [ ]:
npm install -g uuid@latest
In [ ]:
ijsinstall --install=global