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
In some notebooks, there are some importing modules need to be installed before user can run the notebook. We can:
(1) add all those modules as mxnet installation dependencies. This may require system maintainer to frequently update mxnet dependencies when we have new notebooks.
(2) Use pip inside notebook to install dependencies while running notebook, This may require notebook writer to identify the modules need to be installed.
In some notebooks, there are some importing modules need to be installed before user can run the notebook. We can:
(1) add all those modules as mxnet installation dependencies. This may require system maintainer to frequently update mxnet dependencies when we have new notebooks.
(2) Use pip inside notebook to install dependencies while running notebook, This may require notebook writer to identify the modules need to be installed.
@mli @piiswrong
The text was updated successfully, but these errors were encountered: