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
The packages like ipython and jupyter-* related are often unnecessary for non-gui usage, e.g., remote linux server.
Describe the solution you'd like
Will it possible to provide an option when installing without ipython & jupyter related packages for command only environment?
For example,
pip install open3d-core
or
pip install open3d-clean
or
pip install open3d-nonvisual
Something like that?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When installing the open3d by pip, several packages are installed like
The packages like
ipython
andjupyter-*
related are often unnecessary for non-gui usage, e.g., remote linux server.Describe the solution you'd like
Will it possible to provide an option when installing without
ipython
& jupyter related packages for command only environment?For example,
Something like that?
The text was updated successfully, but these errors were encountered: