For Scientific Developing

# Remove environment ... environment with specific python and numpy # Won't install all of the conda package set conda create -n test1 numpy scipy matplotlib bokeh # Start using the environment source activate test1 ... ax.set_xlabel('x') ax.set_ylabel('y') ax.set_zlabel('z') plt.show() Turn pySCA into a website 19 Tasks ................
................